Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 358 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 358 Bytes

API with Vanilla

Example of a Node.js API without framework.

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