Skip to content

pnp-zone/gorps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gorps

GURPS character management with go.

Building

go build -o bin/ ./...

Configuration

There's an example configuration file located at example.config.toml. Gorps-server is searching for a file with the name config.toml in its CWD.

As an alternative, specify the path to the configuration file by starting the server with the parameter --config-path /path/to/config.toml

Run

bin/./gorps-server

API

/api/v1/register

  • Method: POST

Example body:

{
  "username": "",
  "password": ""
}

/api/v1/login

  • Method: POST

Example body:

{
  "username": "",
  "password": ""
}

/api/v1/logout

  • Method POST

Body is not required.

About

Gurps character management with go web server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published