No description
Find a file
2025-04-27 01:22:42 -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 All database models have create and get functions. 2025-04-27 01:22:42 -07:00
.gitignore Clean up and refactoring. 2025-04-24 11:58:05 -07:00
config.sample.toml OAuth keys are saved as cookies and added to database. 2025-04-22 14:21: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