https://github.com/ali322/api-skeleton
build api service with koa + typescript
https://github.com/ali322/api-skeleton
koa koa2 typescript
Last synced: 5 months ago
JSON representation
build api service with koa + typescript
- Host: GitHub
- URL: https://github.com/ali322/api-skeleton
- Owner: ali322
- Created: 2019-03-08T10:48:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T03:37:17.000Z (over 3 years ago)
- Last Synced: 2025-10-08T12:02:52.091Z (9 months ago)
- Topics: koa, koa2, typescript
- Language: TypeScript
- Homepage:
- Size: 845 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
API Skeleton
===
fundamental skeleton of API project
## development
```bash
npm start
```
## build
```bash
npm run build
```
## test
```bash
npm test
```
## License
[MIT License](http://en.wikipedia.org/wiki/MIT_License)