- Run
npm installin project folder to install dependencies stated inside package.json - Run
npx prisma migrate resetto seed the database. Database can be viewed by runningnpx prisma studio
Project structure
- prisma -> database location, initialization and seed
- src
- api
- web