Back-end for Open Agency
- Rust 99.2%
- Dockerfile 0.8%
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 |
||
|---|---|---|
| migrations | ||
| src | ||
| .gitignore | ||
| Cargo.toml | ||
| docker-compose.yml | ||
| Dockerfile | ||
| LICENSE | ||
| README.md | ||
backend
Back-end for Open Agency