Rust Axum RESTful API template with MongoDB support
A RESTful API boilerplate written in Rust using the Axum HTTP framework and MongoDB for persistence. It provides JWT-based authentication, layered configuration, structured logging, error handling, pagination, an OpenAPI specification, and end-to-end tests. Suited for building backend APIs or microservices that require a MongoDB-backed service and CI integration.
0