- Install dependecies with
$ npm install; - There is an env.example file that shows you the enviroment variables you need
- Run migrations with
$ npx prisma migrate dev; - To run in dev mode use
$ npm run start:dev; - To create prod build
$ npm run build; - To run in prod use
$ npm run start - To seed the db run
$ npx prisma db seed
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|