- Import the .env file specifying DATABASE_URL: example "mysql:://root:@localhost:3306/book_store"
- Add ACCESS_TOKEN_SECRET_KEY and REFRESH_TOKEN_SECRET_KEY for JWT Authorization to the .env file.
- Import the database export
- Run npm install
- Run npx prisma generate
- Run npm run start-dev
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|