Skip to content

Just a simple highscore api to explore the Rust language

Notifications You must be signed in to change notification settings

aligator/highscore-rs

Repository files navigation

Highscore-rs

A simple highscore server written in Rust. May be used for small games like Ludum Dare games.

Usage

Just run with docker, for example:

docker run --rm -p 8000:8000 -e ROCKET_LOG_LEVEL=normal -v highscore:/home/highscore/data ghcr.io/aligator/highscore-rs:latest

or with docker-compose:

docker-compose up -d

or compile it yourself:

ROCKET_LOG_LEVEL=normal cargo run --release

API

Just see http://localhost:8000/swagger-ui/ after starting the server.

About

Just a simple highscore api to explore the Rust language

Resources

Stars

Watchers

Forks

Packages