bbustin / axum_microservice_template

Axum Microservice Template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Microservice Template using Axum

Microservice template using Axum, Sqlx, and utoipa that attempts to be flexible but not overly complicated. Developed using Sqlite, but should work for other database types.

Controller, model, and all code related to each entity type are contained in the same module. It feels to me like that makes it easier to reason about all the code related to one specific domain.

I was inspired by:

About

Axum Microservice Template


Languages

Language:Rust 100.0%