###Currently deployed on Digital Ocean
###Clojure / Postgres / Nginx
#Authentication ##Roles
- Adds account (POST /api/v1/account)
- Updates account (POST /api/v1/account/:id)
- Reads account (GET /api/v1/account/:id)
- Adds location (POST /api/v1/trolly/:id/location)
- Reads location (GET /api/v1/trolly/:id/location)
- Gets status of all trollies (GET /api/v1/trollies)
- Gets stops for a single trolley (GET /api/v1/trollies/:id/stops)
- brigade / brigade
##Find The Fake Trolly: curl -u brigade:brigade http://104.131.44.166/api/v1/trolly/1/location
##Coming soon:
- websockets?