This is a framework made with Koa. Basically is a CRUD right now.
- Clone this repo
- Download and install MongoDB
- Install NodeJS 0.11.14 and
- install Gulp:
$ sudo npm install gulp -g
- Install Node dependencies:
$ npm install
To run on development mode:
$ npm start
To run tests:
$ npm test
After build, go to http://127.0.0.1:3000/api/posts on your favorite web browser.
- Fork this project
- Make your changes
- Pull Fork request
Any pull request that doesn't merge cleanly will be rejected.
- 0.1.0: Initial Release