Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jkachmar/koa2-crud-api
Port CRUD API from Express to Koa 2 using ES6
https://github.com/jkachmar/koa2-crud-api
Last synced: 13 days ago
JSON representation
Port CRUD API from Express to Koa 2 using ES6
- Host: GitHub
- URL: https://github.com/jkachmar/koa2-crud-api
- Owner: jkachmar
- Created: 2016-06-08T22:34:54.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-06T19:30:21.000Z (over 8 years ago)
- Last Synced: 2024-11-07T04:49:36.462Z (2 months ago)
- Language: JavaScript
- Size: 21.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Koa 2 CRUD API
Porting a simple CRUD API from Express and ES5 to Koa 2 and ES6.