Skip to content

RESTful API service for Wutong CMS based on Node.js & nest.js & mysql

License

ifuyun/wutong-api

Repository files navigation

Description

Blog application, powered by Nest, based on MySQL & Redis.

Have a quick look on: ifuyun.com

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

License

Ant-Blog is MIT licensed.