Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 242 Bytes

File metadata and controls

27 lines (19 loc) · 242 Bytes

COFFEE PROJECT

Assumes that you have npm / node installed.

App

npm install express axios
node app.js
http://localhost:3000

Tests

npm install mocha chai supertest --save-dev
npm test