This is an api developed for the web systems chair, from the WebEnergiaCalculator project.
$ npm install
or
$ yarn
$ yarn prisma migrate dev
# development
$ yarn start
# watch mode
$ yarn start:dev
# production mode
$ yarn start:prod
Nest is MIT licensed.