Skip to content

Release 1.0.0

Latest

Choose a tag to compare

@asepindrak asepindrak released this 16 Nov 11:03
· 1 commit to main since this release

[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