No description
Find a file
2025-05-15 10:13:35 -05:00
.vscode Moved groups to use uint IDs, fixed bug where string IDs were not getting converted to uints. 2025-05-08 22:57:56 -07:00
db We can interface with a db now. 2025-04-21 21:05:50 -07:00
src Every database model has been updated to handle requests in the new format. 2025-05-15 10:13:35 -05:00
.gitignore Clean up and refactoring. 2025-04-24 11:58:05 -07:00
config.sample.toml Updated config samplle, moved around user methods. 2025-04-29 22:45:40 -07:00
README.md Clean up and refactoring. 2025-04-24 11:58:05 -07:00

CPULarp Manager API

The back end for what will soon be a manager webapp for CPULarp.

Setup

You need to rename the sample config.

mv config.sample.toml config.toml

Then, add your OAuth credentials for your Discord App.

Usage

I'm pretty sure you can just run the package and it'll figure itself out.

cd src/
go run gin-cpularp.go