Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 237 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 237 Bytes

Eventhub Backend

RESTful CRUD API on NodeJS for Eventhub application

  1. Clone this repository
  2. Change mongodb:// in app.js to your standard MongoDB URI (I used mLab).
  3. npm install
  4. npm start
  5. localhost:8080/api/v001