A RESTful API service for surmon.me blog, built with NestJS, required MongoDB and Redis.
适用于 surmon.me 的 RESTful API 服务端应用;基于 NestJS 开发,需安装 MongoDB 和 Redis 方可完整运行。
Related projects:
- SSR blog:
surmon.mebuilt with Vue. - Blog admin site:
surmon.me.adminbuilt with React and Veact. - Blog native app:
surmon.me.nativebuilt with React Native.
$ pnpm install
# dev
$ pnpm run start:dev
# test
$ pnpm run lint
$ pnpm run test
$ pnpm run test:watch
$ pnpm run test:cov
# build
$ pnpm run build
# run
$ pnpm run start:prod- Any PR open →
CI:Build test - New tag
v*→CI:Create release - Release created →
CI:Deploy→CI:Execute server deploy script
Detailed changes for each release are documented in the release notes.
Licensed under the MIT License.