Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 299 Bytes

File metadata and controls

19 lines (14 loc) · 299 Bytes

serving-cake

A simple API for serving cake

To run this crate:

AUTH_TOKEN=<SECRET TOKEN> cargo run

Or run it with Docker:

docker run adernild/serving-cake:latest \
    -p 8080:8080 \
    -e AUTH_TOKEN=<SECRET TOKEN> \
    -e DB_PATH=/app/data \
    -v ./data:/app/data