Skip to content

chtocode/cms-server

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages