Nest JS strarter Template with TypeORM
$ npm install
Documentation can be acceessed here
Documentation can be acceessed here
Documentation can be acceessed here
# development(v1)
$ npm run start
# development(v1)
$ nest start
# watch mode(v1)
$ npm run start:dev
# watch mode(v2)
$ nest start --watch
# production mode
$ npm run start:prod
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
- .env structure
- Installation
- Migrations
- Seeders
- CRUD modules
- Authentification
- Sockets
- Cacke
- Logger
- Docker
Author: Sergiu Chilat
- Personal website: Sergiu Chilat
- Github Profile https://github.com/sergiuchilat
Contributors:
- Vlad Verestiuc https://github.com/vvlad
- Corina Cernolev https://github.com/CernolevCorina
- Vadim Poscoi https://github.com/Vady4ek
- Daniel Maga https://github.com/magadanuhak
This is open source project licensed under the MIT license.