A progressive Node.js framework for building efficient and scalable server-side applications, heavily inspired by Angular.
Projeto do MegaHack 5.0 da Shawee, desafio Mercado Pago. Este repositório é o Backend do Front (link)
Nest framework TypeScript.
$ npm install
Necessário editar o arquivo ./ormconfig.js para conectar ao seu banco de dados. It is necessary to edit the ./orgmconfig.js file to be able to connect to your database.
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod