https://github.com/ibwei/education-test-api
一个使用nest.js+typescript 搭建的教育学商测试的 RESTful API 应用
https://github.com/ibwei/education-test-api
Last synced: 7 months ago
JSON representation
一个使用nest.js+typescript 搭建的教育学商测试的 RESTful API 应用
- Host: GitHub
- URL: https://github.com/ibwei/education-test-api
- Owner: ibwei
- License: mit
- Created: 2021-04-11T12:58:37.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-07T12:46:30.000Z (about 5 years ago)
- Last Synced: 2023-03-05T04:17:36.767Z (over 3 years ago)
- Language: TypeScript
- Size: 826 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Introduction
一个使用nest.js+typescript 搭建的教育学商测试的 RESTful API 应用
[线上地址传送门](http://edutest.pinxianhs.com)
# 主要使用到的技术
- ##### JWT
- ##### Validator
- ##### Pipe
- ##### TypeOrm + Mysql
## Installation
```bash
$ npm install
```
## Running the app
```bash
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
```
## Test
```bash
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
```
## License
Nest is [MIT licensed](LICENSE).