Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maotora/koa-blogapi
Koa-v2 blog api for humans.
https://github.com/maotora/koa-blogapi
api blog boilerplate koa2 nodejs
Last synced: 25 days ago
JSON representation
Koa-v2 blog api for humans.
- Host: GitHub
- URL: https://github.com/maotora/koa-blogapi
- Owner: maotora
- Created: 2017-01-12T16:31:03.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-12T16:45:45.000Z (almost 8 years ago)
- Last Synced: 2024-08-03T18:13:37.085Z (4 months ago)
- Topics: api, blog, boilerplate, koa2, nodejs
- Language: JavaScript
- Size: 8.79 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-koa - koa-blog-api-boilerplate - Blog API extended from [koa-user-api-boilerplate](https://github.com/maotora/koa-userapi) authentication layer with ES6 & 7 support. (Examples & Boilerplates)
README
## Koa blog api.
My koa v2 blog api project. It's still in alpha and uses libs contained in [my
koa userapi app]('https://github.com/maotora/koa-userapi').But has more routes, tests and models.
##Usage.
Typical node.js app using koa framework.
1. Clone repo
git clone https://github.com/maotora/koa-blogapi.git
2. Change director and install packages.
cd koa-blogapi && npm install
3. Transpile & watch ES2015 files before starting up the server.
npm run watch
4. You can now start the server and run tests.
npm run start
In other terminal
npm run test
5. Do a Migle Dance & Come give me a star! *It helps. *
## Disclaimer.
Work in process.
I'm a learner so **PRs and issues welcome!**