RESTful API service for surmon.me blog, powered by NestJS, required MongoDB & Redis.
适用于 surmon.me 的 RESTful API 服务端应用;基于 NestJS,需安装 MongoDB 和 Redis 方可完整运行。
- SSR Blog:
surmon.mepowered by Vue(3) - Blog admin:
veact-adminpowered by React &Veact - Blog native app:
surmon.me.nativepowered by react-native
$ yarn
# dev
$ yarn start:dev
# test
$ yarn lint
$ yarn test
$ yarn test:e2e
$ yarn test:cov
$ yarn test:watch
# build
$ yarn build
# run
$ yarn start:prodAny PR open→CI:Build testNew tag v*→CI:Create releaseCreate create→CI:Deploy→CI:Execute server script
Detailed changes for each release are documented in the release notes.
Licensed under the MIT License.