change to GORM, add member and rank handlers

This commit is contained in:
2024-03-08 00:39:46 -08:00
parent 84424fdae9
commit 3b715cf331
36 changed files with 3491 additions and 230 deletions

View File

@@ -1,3 +1,3 @@
mariadb.connectionstring=user:password@tcp(localhost:3306)/dbname?parseTime=true
api.prefix=/api/v1
api.port=1323
MARIADB_CONNSTRING=user:password@tcp(localhost:3306)/dbname?parseTime=true
API_PREFIX=/api/v1
API_PORT=1323