This is the setup for the server side
For the Client-side code you can find them Here
- Nodejs v14.15.5
- NPM v6.14.11
- Postgres
- An Firebase account with FireStore enabled
$ npm install
DATABASE_URL="postgres://joedoe:joedoe@localhost:5432/movie_encyclopedia"
firebaseProjectId=
firebasePrivateKey=
firebaseStorageKey=
firebaseClientEmail=
You can get your firebase private key in Here
you can only use prisma commands after you run npm install
Note: If there's any error, create a new database with the name given in the .ENV file
$ npx prisma migrate deploy
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
Nest is MIT licensed.