Nest framework TypeScript - Task Management Backend App with Authentication.
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# development
$ npm run start
# or
# watch mode
$ npm run start:dev
navigate to your browser, use this http://localhost/api/v1
to access Swagger Documentation
Tests not ready yet ;)
- Author - Kayode Odole
Nest is MIT licensed.