Awesome
Koa blog api.
My koa v2 blog api project. It's still in alpha and uses libs contained in my koa userapi app.
But has more routes, tests and models.
##Usage.
Typical node.js app using koa framework.
-
Clone repo
git clone https://github.com/maotora/koa-blogapi.git
-
Change director and install packages.
cd koa-blogapi && npm install
-
Transpile & watch ES2015 files before starting up the server.
npm run watch
-
You can now start the server and run tests.
npm run start
In other terminal
npm run test
-
Do a Migle Dance & Come give me a star! *It helps. *
Disclaimer.
Work in process.
I'm a learner so PRs and issues welcome!