Skip to content

🟢 A RESTful API service for https://surmon.me blog, built with @nestjs.

License

Notifications You must be signed in to change notification settings

surmon-china/nodepress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,170 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


nodepress Logo

NodePress

nodepress   GitHub stars   GitHub issues   Uptime Robot ratio (30 days)   GitHub license

A RESTful API service for surmon.me blog, built with NestJS, required MongoDB and Redis.

适用于 surmon.me 的 RESTful API 服务端应用;基于 NestJS 开发,需安装 MongoDBRedis 方可完整运行。

Related projects:


Development

$ 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

Actions

  • Any PR open → CI:Build test
  • New tag v*CI:Create release
  • Release created → CI:DeployCI:Execute server deploy script

TODO

Changelog

Detailed changes for each release are documented in the release notes.

License

Licensed under the MIT License.