https://github.com/trypsynth/runs
Go application to track application run counts.
https://github.com/trypsynth/runs
go golang http runs server
Last synced: about 1 year ago
JSON representation
Go application to track application run counts.
- Host: GitHub
- URL: https://github.com/trypsynth/runs
- Owner: trypsynth
- License: zlib
- Created: 2024-03-07T17:30:28.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-03-14T12:44:07.000Z (about 1 year ago)
- Last Synced: 2025-03-14T13:38:09.121Z (about 1 year ago)
- Topics: go, golang, http, runs, server
- Language: Go
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# runs
This is a simple HTTP server written in Go that tracks how many times a specific application has been run. The data is persisted in a JSON file.
## Getting Started
Clone this repository and run `go build` to generate a binary. after doing that, run the binary, and make a POST request to http://127.0.0.1:7867/runs?name= to see the app working.