Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 1.08 KB

README.md

File metadata and controls

51 lines (31 loc) · 1.08 KB

clean-axum-api (🔨 UNDER CONSTRUCTION)

A cleanly designed Rust REST Api


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