Skip to content

Latest commit

 

History

History
executable file
·
53 lines (37 loc) · 932 Bytes

README.md

File metadata and controls

executable file
·
53 lines (37 loc) · 932 Bytes

Nest Logo

Build Status

Description

  • Architecture Used in this project : Clean Architecture
  • Type of Architecture : Octagonal Architecture
  • Folder Patters : src -> Apps -> Logic inside every folder

Installation

  • Clone the repo
$ git clone https://github.com/Timugo/rest-api-backend.git
  • Tnstall node modules
$ npm install

Running the Backend

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

License

Nest is MIT licensed.