This is a try-feature project with the followings tech stacks.
- Typescript
- Express.js
- PostgreSQL
- Prisma
- Passport
yarn development
yarn prisma:migrate
You will be requested to input the migration name.
This needs to be run everytime you change the prisma schema.
yarn prisma:gen
This needs to be run whenever you change the package installation.