Back-end for Open Agency
  • Rust 99.2%
  • Dockerfile 0.8%
Find a file
Eduardo Flores a231ddb910
chore: add initial backend
Add Rust backend scaffold with core components:
Axum HTTP server, SQLx Postgres pool, JWT-based auth,
Argon2 password hashing, database migration and models,
authentication routes, middleware and centralized error types,
Dockerfile and docker-compose for local development,
and update .gitignore to ignore /target and .env files
2026-03-14 21:02:09 -07:00
migrations chore: add initial backend 2026-03-14 21:02:09 -07:00
src chore: add initial backend 2026-03-14 21:02:09 -07:00
.gitignore chore: add initial backend 2026-03-14 21:02:09 -07:00
Cargo.toml chore: add initial backend 2026-03-14 21:02:09 -07:00
docker-compose.yml chore: add initial backend 2026-03-14 21:02:09 -07:00
Dockerfile chore: add initial backend 2026-03-14 21:02:09 -07:00
LICENSE Initial commit 2026-03-14 11:09:55 +00:00
README.md Initial commit 2026-03-14 11:09:55 +00:00

backend

Back-end for Open Agency