Nest Logo

Description

This is an api developed for the web systems chair, from the WebEnergiaCalculator project.

Installation

$ npm install

or

$ yarn

Running the Database

$ yarn prisma migrate dev

Running the app

# development
$ yarn start

# watch mode
$ yarn start:dev

# production mode
$ yarn start:prod

License

Nest is MIT licensed.