This repository contains a Node.js Express application integrated with Prisma for database operations.
- run
npm i
to install packages - Copy the .env and setup your mysql db connection
- run
prisma migrate dev --name init
to migrate the database - run
npm run start
to start the server