Skip to content
Snippets Groups Projects
Commit 3e5e6b23 authored by Rajesh, Anisha (PG/T - Comp Sci & Elec Eng)'s avatar Rajesh, Anisha (PG/T - Comp Sci & Elec Eng)
Browse files

docker-compose.yml added

parents 826a67e2 fc024aa3
No related branches found
No related tags found
2 merge requests!2Pushing the final code to main after testing in QA.,!1Merging the the code to QA for testing
.DS_Store 0 → 100644
File added
File added
File added
...@@ -8,7 +8,6 @@ import { execSync } from 'child_process' ...@@ -8,7 +8,6 @@ import { execSync } from 'child_process'
const prisma = new PrismaClient(); const prisma = new PrismaClient();
async function main() { async function main() {
// ... you will write your Prisma Client queries here
//migrate the schema to the db //migrate the schema to the db
try { try {
execSync('npx prisma migrate deploy', { stdio: 'inherit' }) execSync('npx prisma migrate deploy', { stdio: 'inherit' })
......
...@@ -11,7 +11,7 @@ root.render( ...@@ -11,7 +11,7 @@ root.render(
</React.StrictMode> </React.StrictMode>
); );
// If you want to start measuring performance in your app, pass a function // To start measuring performance in the app, pass a function
// to log results (for example: reportWebVitals(console.log)) // to log results (for example: reportWebVitals(console.log))
// or send to an analytics endpoint. Learn more: https://bit.ly/CRA-vitals // or send to an analytics endpoint. Learn more: https://bit.ly/CRA-vitals
reportWebVitals(); reportWebVitals();
// jest-dom adds custom jest matchers for asserting on DOM nodes. // jest-dom adds custom jest matchers for asserting on DOM nodes.
// allows you to do things like: // allows to do things like:
// expect(element).toHaveTextContent(/react/i) // expect(element).toHaveTextContent(/react/i)
// learn more: https://github.com/testing-library/jest-dom // learn more: https://github.com/testing-library/jest-dom
import '@testing-library/jest-dom'; import '@testing-library/jest-dom';
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment