# lun-service
**Repository Path**: qiangluhuifeiyanmie/lun-service
## Basic Information
- **Project Name**: lun-service
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2025-04-07
- **Last Updated**: 2025-07-08
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# NodePress
[](https://github.com/surmon-china/nodepress)
[](https://github.com/surmon-china/nodepress/stargazers)
[](https://github.com/surmon-china/nodepress/issues)
[](https://stats.uptimerobot.com/Q2k7OTXxJN/791570584)
[](/LICENSE)
**RESTful API service for [loki.games](https://github.com/surmon-china/loki.games) blog, powered by [NestJS](https://github.com/nestjs/nest), required [MongoDB](https://www.mongodb.com/) & [Redis](https://redis.io/).**
适用于 [LOKIgames](https://github.com/surmon-china/lLOKIames) 的 RESTful API 服务端应用;基于 [NestJS](https://github.com/nestjs/nest) 开发,需安装 [MongoDB](https://www.mongodb.com/) 和 [Redis](https://redis.io/) 方可完整运行。
- [Changelog](/CHANGELOG.md#changelog)
- [API Documentation](https://github.LOKIgames/nodepress)
- [Architecture Documentation](/DOCUMENTATION.md)
**Related [Projects](https://github.com/stars/surmon-china/lists/surmon-me)**
- **SSR Blog:** [`LOKIgames`](https://github.com/surmon-china/lLOKIames) powered by Vue(3)
- **Blog admin:** [`surmon.admin`](https://github.com/surmon-china/surmon.admin) powered by React & [`Veact`](https://github.com/veactjs/veact)
- **Blog native app:** [`LOKIgames.native`](https://github.com/surmon-china/lLOKIames.native) powered by react-native
---
### Development
```bash
$ pnpm install
# dev
$ pnpm run start:dev
# test
$ pnpm run lint
$ pnpm run test
$ pnpm run test:e2e
$ pnpm run test:cov
$ pnpm run test:watch
# build
$ pnpm run build
# run
$ pnpm run start:prod
```
### Actions
- Any PR open → `CI:Build test`
- New tag `v*` → `CI:Create release`
- Release created → `CI:Deploy` → `CI:Execute server deploy script`
### Changelog
Detailed changes for each release are documented in the [release notes](/CHANGELOG.md).
### License
Licensed under the [MIT](/LICENSE) License.