Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 927 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 927 Bytes

Coffee API

Circle CI codecov.io

The mobile team is using this API to give potential job candidates programming challenges.

Candidate Instructions can be found here: http://percolate.github.io/coffeeapi/

Running the API

local version

  • Install Google App Engine
  • cd /path/to/coffeeapi
  • Start the server using /path/to/google_app_engine/dev_appserver.py .. (or use Google App Server GUI)
  • http://localhost:8080/ further instructions await you here.

remote version

  • Continous Deployment is enabled
  • PR into to master and changes will go live.

Deploy a new version

Continuous Deployement is enabled, just merge your PR into master.