Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 351 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 351 Bytes

API with Express

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

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