This repo is used as frontend in this repo: https://github.com/ozergul/jira-clone-frontend-angular
To create some of entities please run:
$ npm run seed:run
# 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 - Ozer Gul
- Website - https://nestjs.com
- Twitter - @ozergul1
Nest is MIT licensed.