Skip to content

ZJU 2021 春学期《服务科学导论》专题作业微信小程序后端服务。

Notifications You must be signed in to change notification settings

yuaanlin/Foretodo-Backend

Repository files navigation

Fukedao-Backend

ZJU 2021 春学期《服务科学导论》专题作业微信小程序后端服务。

QuickStart

Development

$ yarn
$ yarn run dev
$ open http://localhost:7001/

Don't tsc compile at development mode, if you had run tsc then you need to npm run clean before npm run dev.

Deploy

$ yarn run tsc
$ yarn start

Scripts

  • Use yarn run lint to check code style
  • Use yarn test to run unit test
  • se yarn run clean to clean compiled js at development mode once

Requirement

  • Node.js 8.x
  • Typescript 2.8+

Environment Variables

JWT_SECRET=
MONGO_URL=
WECHAT_APP_ID=
WECHAT_APP_SECRET=

About

ZJU 2021 春学期《服务科学导论》专题作业微信小程序后端服务。

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published