Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ifuyun/wutong-api

RESTful API service for Wutong CMS based on Node.js & nest.js & mysql
https://github.com/ifuyun/wutong-api

blog blog-application cms express fuyun mysql nest nestjs nodejs redis restful sequelize typescript

Last synced: 10 days ago
JSON representation

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

Awesome Lists containing this project

README

        

## Description

Blog application, powered by [Nest](https://github.com/nestjs/nest), based on MySQL & Redis.

Have a quick look on: [ifuyun.com](http://www.ifuyun.com)

## Installation

```bash
$ npm install
```

## Running the app

```bash
# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod
```

## Test

```bash
# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov
```

## License

Ant-Blog is [MIT licensed](LICENSE).