Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nora-soderlund/ridetrackerserver


https://github.com/nora-soderlund/ridetrackerserver

Last synced: 21 days ago
JSON representation

Awesome Lists containing this project

README

        

# Ride Tracker Server
A web server API that is used by the [RideTracker](https://github.com/nora-soderlund/RideTracker) app to manage activities, routes, directions, users, etc.

## Infrastructure



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](https://github.com/nora-soderlund/NodeJS-HTTP-Proxy) repository. The MySQL server should ideally be on a seperate server, preferably on the same network.

## Communication
Responses include 2 different types: JSON objects and [JsonMessages](https://github.com/nora-soderlund/JsonMessages).