This is the README.md file for the CRUD Students Management
To install the dependencies, run the following command:
npm install
To start the app, run the following command:
npm start
To run the app in development mode, run the following command:
npm run dev
To lint the code, run the following command:
npm run lint
To create a new migration and refresh your prisma client run:
npm run migration
This project is licensed under the MIT License.