A web server API that is used by the RideTracker app to manage activities, routes, directions, users, etc.
The API server is not designed to be accessible through the world wide web directly, instead it should go through a proxy server - such as my NodeJS HTTP Proxy repository. The MySQL server should ideally be on a seperate server, preferably on the same network.
Responses include 2 different types: JSON objects and JsonMessages.