/Pinterest-clone-backend

BE code for my pinterest clone project

Primary LanguageTypeScript

Nest Logo

Pinterest Clone Backend

Description

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.

Installation

$ yarn install

Running the app

# development
$ yarn start

# watch mode
$ yarn start:dev

# production mode
$ yarn start:prod

About this project

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