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

https://github.com/geekeast/create-typescript-restful

The template to create a restful project with routing-controllerand typescript
https://github.com/geekeast/create-typescript-restful

dependency-injection routing-controllers typedi typescript

Last synced: 3 months ago
JSON representation

The template to create a restful project with routing-controllerand typescript

Awesome Lists containing this project

README

        

### Commands
| Action | Command |
| :---------------------------: | ------------ |
| **build project** | `yarn build` |
| **start server locally** | `yarn dev` |
| **start API Document Server** | `yarn doc` |

### Links
| Environment | URL |
| ------------------ | ---------------------------- |
| Local | http://localhost:9902/api/v1 |
| Local Swagger | http://localhost:9903/docs |
| Local Swagger Json | http://localhost:9903/json |