Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nora-soderlund/ridetrackerserver
https://github.com/nora-soderlund/ridetrackerserver
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nora-soderlund/ridetrackerserver
- Owner: nora-soderlund
- License: agpl-3.0
- Created: 2022-09-26T17:23:28.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T10:56:50.000Z (almost 2 years ago)
- Last Synced: 2023-03-02T22:55:02.532Z (over 1 year ago)
- Language: JavaScript
- Size: 3.69 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).