Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/billyb2/sdev_265_tracking_server
https://github.com/billyb2/sdev_265_tracking_server
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/billyb2/sdev_265_tracking_server
- Owner: billyb2
- Created: 2024-09-02T01:17:15.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-14T03:00:12.000Z (2 months ago)
- Last Synced: 2024-09-14T15:59:36.449Z (2 months ago)
- Language: Go
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tracking Server
## Writing A Client
Check the `api/` directory, and send a JSON request to the correct API endpoints, as noted in main.go. Or just ask Will for details## How to run
You can run it locally by just running `go run .`. You can launch a new fly app by running `fly launch -o sdev-school-project --name `. Follow the prompts, the defaults are probably fine.