Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 342 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 342 Bytes

server

Restful API for BumperApp

Environmental variables

  • MONGO_URL: MongoDB connection URL
  • IONIC_APPID: Ionic push notification server APP ID
  • IONIC_APPSECRET: Ionic push notification server APP SECRET

API Docs

npm install apidoc -g
apidoc -i routes/ -o apidoc/

API docs will be available under apidoc directory.