Deployed on Heroku.
This is the server handling the GitHub API requests for the GCI website.
It periodically queries the GitHub API for data on the organization's projects and contributors, and caches the data. The server then simply retrieves data from the cache for any queries from the GCI website.
- start - starting the production server
- dev - starting the development server