Skip to content

Latest commit

 

History

History
60 lines (43 loc) · 905 Bytes

README.md

File metadata and controls

60 lines (43 loc) · 905 Bytes

Project Architecture

API directory

API uses:

Installation

$ npm install

Running the app

# 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

Front-end directory

Front-end uses:

Installation

$ npm install

Running the app

# watch mode
$ npm run dev

# production mode
$ npm run build