Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 558 Bytes

README.md

File metadata and controls

48 lines (31 loc) · 558 Bytes

CMS SERVER

Implemented by Nest.

Description

The server for CMS.

Installation

npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

# debug mode
$ npm run start:debug

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

DATABASE

mysql 5.7.31

You can find the test data here.