- Architecture Used in this project : Clean Architecture
- Type of Architecture : Octagonal Architecture
- Folder Patters : src -> Apps -> Logic inside every folder
- Clone the repo
$ git clone https://github.com/Timugo/rest-api-backend.git- Tnstall node modules
$ npm install# 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:covNest is MIT licensed.