paolorossig / favs-api

Backend Assesment developed with NestJS in the Make It Real Bootcamp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FAVS API

Favs-API was developed as a Backend Assesment in the Make It Real Bootcamp.

image

Installation

$ yarn install

Running the app

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

About

Backend Assesment developed with NestJS in the Make It Real Bootcamp


Languages

Language:TypeScript 95.0%Language:JavaScript 5.0%Language:Shell 0.1%