Pinterest Clone Backend
This is the server code for Pinterest Clone Web App. You can find the deployed Swagger docs at here. The server might go down since i used renderer's free plan, so please do excuse me should it be the case.
$ yarn install
# development
$ yarn start
# watch mode
$ yarn start:dev
# production mode
$ yarn start:prod
This initially started off as a school project but since this code was mostly contributed by me, I decided to have a little fork of it here at my github.
To run this locally, you'll need PosgreSQL database running, and a Firebase with storage bucket setup. Go to firebase console > project overview > project settings > my apps. Also you'd need a firebase credentials file which could be acquired here