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

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

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