Favs-API was developed as a Backend Assesment in the Make It Real Bootcamp.
$ yarn install
Before running the app, you need to change the .env.example file to .env file with the URI of your MongoDB database
# development
$ yarn start
# watch mode
$ yarn start:dev
# production mode
$ yarn start:prod