https://github.com/percolate/coffeeapi
Demo API used for job interviews and programming assignments
https://github.com/percolate/coffeeapi
Last synced: 9 months ago
JSON representation
Demo API used for job interviews and programming assignments
- Host: GitHub
- URL: https://github.com/percolate/coffeeapi
- Owner: percolate
- Created: 2014-07-21T18:14:46.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2023-03-16T17:12:06.000Z (over 3 years ago)
- Last Synced: 2024-12-25T12:13:42.468Z (over 1 year ago)
- Language: Python
- Homepage: https://coffeeapi.percolate.com/
- Size: 31.2 MB
- Stars: 0
- Watchers: 65
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Coffee API
[](https://circleci.com/gh/percolate/coffeeapi)
[](https://codecov.io/github/percolate/coffeeapi?branch=master)
#### 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)
* 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.