A starter Api for NestJs framework.
- Auth System.
- Config Service (To work with
.env
). - Typeorm.
- Users module.
Create migration:
npm run typeorm:migration:create {name}
Run migrations:
npm run typeorm:migration:run
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
- Name: Gentrit Abazi
- Email: gentritabazi01@gmail.com