Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ifuyun/wutong-api
- Owner: ifuyun
- License: mit
- Created: 2022-01-29T21:55:41.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-28T01:35:59.000Z (over 2 years ago)
- Last Synced: 2023-08-14T13:41:34.983Z (over 1 year ago)
- Topics: blog, blog-application, cms, express, fuyun, mysql, nest, nestjs, nodejs, redis, restful, sequelize, typescript
- Language: TypeScript
- Homepage: http://www.ifuyun.com
- Size: 1.16 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).