Skip to content

ADernild/serving-cake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple API for serving cake

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors