Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ali322/api-skeleton
build api service with koa + typescript
https://github.com/ali322/api-skeleton
koa koa2 typescript
Last synced: 17 days 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 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T03:37:17.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T09:14:41.939Z (about 1 month ago)
- Topics: koa, koa2, typescript
- Language: TypeScript
- Homepage:
- Size: 845 KB
- Stars: 0
- Watchers: 3
- 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)