template-rs-api

A RESTful API template written in Rust leveraging Axum

APACHE-2.0 License

Stars
0

template-rs-api


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