/clean-axum-api

Personal project to create a clean Rust API

Primary LanguageRust

clean-axum-api (🔨 UNDER CONSTRUCTION)

A cleanly designed Rust REST Api

actions status

Technologies 🔧

Getting started

Prerequisites for running locally:

1 - Run Docker compose

docker compose up --detach

2 - Initialize

Run cargo xtask --help for a list of the other xtask commands

cargo xtask init

3 - Running the API

cargo run