From a14df7a1dd74f5979f895ffa0acb72bf9baf363d Mon Sep 17 00:00:00 2001 From: Oleg Cherniy Date: Fri, 31 Mar 2017 12:56:10 +0300 Subject: [PATCH] Add a simple Koa REST Skeleton Application Add koajs-rest-skeleton to Example Repositories --- Readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Readme.md b/Readme.md index 278d902..c9ae16b 100644 --- a/Readme.md +++ b/Readme.md @@ -44,6 +44,7 @@ make lint - [cnpmjs.org](https://github.com/cnpm/cnpmjs.org) - Private npm registry and web for Enterprise, base on koa, MySQL and Simple Store Service - [blog-mongo](https://github.com/marcusoftnet/koablog-mongo) - the blog example from this repo, but using a MongoDb database, and tests - [koa-rest](https://github.com/hemanth/koa-rest) - A simple app to demo REST API + - [koajs-rest-skeleton](https://github.com/ria-com/node-koajs-rest-skeleton) - A simple Koa REST Skeleton Application - [koa-bookshelf](https://github.com/Tomsqualm/koa-bookshelf) - Koa example with CRUD, using MongoDB and Heroku comptability - [todo](https://github.com/koajs/todo) - A todo example written in koa and [react](http://facebook.github.io/react/) - [koa-skeleton](https://github.com/danneu/koa-skeleton) - A simple made-to-be-forked Koa app that uses Postgres and deploys to Heroku.