No description
Find a file
2025-05-16 22:51:54 -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 Implementing testify as a test suite for the API. 2025-05-16 22:51:54 -05:00
test Implementing testify as a test suite for the API. 2025-05-16 22:51:54 -05:00
.gitignore Implementing testify as a test suite for the API. 2025-05-16 22:51:54 -05:00
config.sample.toml Implementing testify as a test suite for the API. 2025-05-16 22:51:54 -05: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