https://github.com/splorg/compstats-api
REST API for MSAL CompStats
https://github.com/splorg/compstats-api
fiber golang goose rest-api sqlc
Last synced: 3 months ago
JSON representation
REST API for MSAL CompStats
- Host: GitHub
- URL: https://github.com/splorg/compstats-api
- Owner: splorg
- Created: 2024-07-18T13:29:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-22T14:05:32.000Z (over 1 year ago)
- Last Synced: 2025-05-31T23:55:55.756Z (7 months ago)
- Topics: fiber, golang, goose, rest-api, sqlc
- Language: Go
- Homepage:
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# compstats-api
REST API for compstats
- Players
- Teams
- Tournaments
- Halfs (1 mission = 1 half)
- Player stats per half
This project uses:
- [Fiber](https://gofiber.io/) for routing/middleware
- [Goose](https://pressly.github.io/goose/) for database migrations
- [SQLC](https://sqlc.dev/) for generating type-safe code for SQL queries