tonymtz / Aligator

test made with Koa

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Aligator

This is a framework made with Koa. Basically is a CRUD right now.

Installation

$ sudo npm install gulp -g
  • Install Node dependencies:
$ npm install

How to run locally?

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.

Rules to add code

  • Fork this project
  • Make your changes
  • Pull Fork request

Any pull request that doesn't merge cleanly will be rejected.

Changelog

  • 0.1.0: Initial Release

Screenshots

tests

About

test made with Koa


Languages

Language:JavaScript 100.0%