- Copy .env.example file and rename it to .env
- Fill that env with it's value
- Install all dependencies, type:
npm install - Create google cloud service account and add cloud storage admin role
- Generate json key file from that account
- Put the json key file to this project and rename it to "service-key.json"
- To run this project, type:
npm start - Run a migration
npx prisma migrate dev --name init - Run a seeder
npx prisma db seed
Nusatala/backend
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|