/cx-pss-server

采撷进销存服务端(Purchase-sale-storage Server)

Primary LanguageTypeScript

Nest Logo

Podcast Server 一个播客小程序服务端

Description

v2.0.0 使用 Nest 进行重构,当前版本还未完成。 之前的 nodejs 版本在 [此分支](https://github.com/caixie-ltd/podcast-server/tree/thinkjs

Nest framework TypeScript starter repository.

开发命令

Installation

$ npm install

Running the app

# 开发
$ npm run start:dev

# 构建
$ npm run build

# 更新 GEO IP 库数据
$ npm run updategeodb

# 生产环境运行
$ npm run start:prod

Test

# 语法检查
$ npm run lint

# 测试
$ npm run test
$ npm run test:watch