normogen/backend
goose 1e38fe3ace Phase 2.1: Backend project initialized with Docker configuration
- Created Cargo.toml with all required dependencies
- Implemented health/ready endpoints
- Added Docker configuration (production + development)
- Configured docker-compose with resource limits
- Set up MongoDB service with persistence
- Verified build (cargo check passed)
- Prepared monorepo structure for mobile/web/shared

Next: Phase 2.2 (MongoDB connection and models)
2026-02-14 15:30:06 -03:00
..
config Phase 2.1: Backend project initialized with Docker configuration 2026-02-14 15:30:06 -03:00
docker Phase 2.1: Backend project initialized with Docker configuration 2026-02-14 15:30:06 -03:00
src Phase 2.1: Backend project initialized with Docker configuration 2026-02-14 15:30:06 -03:00
.env.example Phase 2.1: Backend project initialized with Docker configuration 2026-02-14 15:30:06 -03:00
Cargo.toml Phase 2.1: Backend project initialized with Docker configuration 2026-02-14 15:30:06 -03:00
defaults.env Phase 2.1: Backend project initialized with Docker configuration 2026-02-14 15:30:06 -03:00
docker-compose.dev.yml Phase 2.1: Backend project initialized with Docker configuration 2026-02-14 15:30:06 -03:00
docker-compose.yml Phase 2.1: Backend project initialized with Docker configuration 2026-02-14 15:30:06 -03:00