mtxapi
v0.0.25
Published
## Description
Downloads
6
Readme
存档 作为子项目合并到 mtcmsv2的packages中。 作为搭配nextjs 的独立graphql后端
Description
nestjs 官方源码本身使用了lerna 管理子packages,值得参考。
Installation
npm install
Running the app
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
Test
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
Support
Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.
优化备忘
- 1: pg 库 可能可以删除,毕竟这个库看起来比较大。而且可能也用不上。
- 2: graphql 这个库,也是,看起来不是必须的。