Skip to content

iakoug/nodepress

 
 

Repository files navigation


nodepress Logo

NodePress

nodepress   GitHub stars   GitHub issues   GitHub Workflow Status   GitHub license

RESTful API service for surmon.me blog, powered by NestJS, required MongoDB & Redis.

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

Related Projects


Development

$ 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:prod

Actions

  • Any PR openCI:Build test
  • New tag v*CI:Create release
  • Create createCI:DeployCI:Execute server script

Changelog

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

License

Licensed under the MIT License.

About

🟢 RESTful API service for https://surmon.me blog, powered by @nestjs

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 99.3%
  • Other 0.7%