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
- Host: GitHub
- URL: https://github.com/geekeast/create-typescript-restful
- Owner: GeekEast
- Created: 2022-04-07T12:16:27.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-07T12:26:02.000Z (about 3 years ago)
- Last Synced: 2025-03-02T12:17:26.612Z (3 months ago)
- Topics: dependency-injection, routing-controllers, typedi, typescript
- Language: TypeScript
- Homepage:
- Size: 119 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 |