Skip to content

FL03/template-rs-api

Repository files navigation

template-rs-api

Clippy Docker Rust


Welcome, this is a template for a RESTful API written in Rust leveraging the Axum framework.

Getting Started

Dockerfile

Make sure you have docker installed on the target system

Pull the image

docker pull jo3mccain/template-rs-api:latest

Build the image locally (optional)

docker buildx build --tag template-rs-api:latest .

Run the image

docker run -p 8080:8080 jo3mccain/template-rs-api:latest system --up

Usage

    template-rs-api [FLAGS] [OPTIONS] <SUBCOMMAND>

Contributors

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License