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: about 2 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T03:37:17.000Z (about 2 years ago)
- Last Synced: 2024-10-27T21:43:11.653Z (3 months 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)