Skip to content

octo-woapi/api-with-koa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API with Koa

Example of a Node.js API written with the framework Koa.

Status

Runnable!

Getting started

Install the dependencies

$ npm install

Run the tests

$ npm test

Start the project

$ npm start # default port is 3000

Features

Based on the Katapi kata!

License

MIT