An open API service indexing awesome lists of open source software.

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 应用

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).