No description
Find a file
2025-05-02 16:28:15 -07:00
.vscode Clean up and refactoring. 2025-04-24 11:58:05 -07:00
db We can interface with a db now. 2025-04-21 21:05:50 -07:00
src JWT authentication and generation implemented. 2025-05-02 16:28:15 -07: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