Skip to content

Releases: asepindrak/rust-axum-seaorm-postgres-swagger-docker

Release 1.0.0

16 Nov 11:03

Choose a tag to compare

[v1.0.0] - 2025-11-16

🎉 Initial Release — Rust Axum + SeaORM + PostgreSQL + Swagger + Docker

Added

  • Axum 0.8 backend server with clean layered structure
    routes → services → repositories → entities
  • SeaORM integration with PostgreSQL 17
  • Automatic OpenAPI generation using utoipa
  • Swagger UI exposed at /swagger
  • Docker Compose environment (app + db + pgadmin)
  • Hot-reload using cargo-watch (development only)
  • PgAdmin 4 UI connected to PostgreSQL
  • Full environment variables (.env) setup
  • Production-ready Dockerfile (multi-stage)
  • Project folder structure and documentation