Skip to content

brucecat/scu-urp-assistant-server

 
 

Repository files navigation

四川大学综合教务系统助手后端

简介

四川大学综合教务系统助手后端,基于 Nest.js 框架开发。

安装

$ npm install

运行

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

测试

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

开源协议

采用 Apache-2.0 License

About

四川大学综合教务系统助手后端

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.5%
  • JavaScript 2.5%