A progressive Node.js framework for building efficient and scalable server-side applications.
Groseries app as example of a simple Nest TypeScript implementation.
$ npm install
Then run migrations with:
$ npm run migrations-run
Migrations on test are run automatically by TypeORM
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
- Author - Emanuel Casco
- Twitter - Emanuel Casco
- Website - https://nestjs.com
This project is MIT licensed.