Koa API
Just a simple RESTful API with koajs.
Quick start
- Fork/clone
- Install dependencies
- Seed Data -
npm run seed
- Run -
npm start
- Test -
npm test
API
Route | HTTP Verb | Action |
---|---|---|
movies | GET | Get all movies |
movies/:id | GET | Get a single movie |
Examples: