Test here: https://phi-locadora.herokuapp.com/
A progressive Node.js framework for building efficient and scalable server-side applications.
Nest framework TypeScript starter repository.
$ npm install
# Edit .env file
Rename .env.example to .env and edit with database infos
# Create Database
Create a database with the same name informed in .env
# Run migrations
$ npm run typeorm migration:run
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# Server address after start:
Server address: http://localhost:3000
Swagger address: http://localhost:3000/docs
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.
- Author - Kamil Myśliwiec
- Website - https://nestjs.com
- Twitter - @nestframework
Nest is MIT licensed.