feature/user-authentication #2

Merged
lasserh merged 31 commits from feature/user-authentication into main 2026-06-07 13:17:55 +02:00
Showing only changes of commit 0cd87d35a6 - Show all commits

View file

@ -106,7 +106,7 @@ As a developer, I want to have a working backend and database setup so that I ca
- [x] Create docker-compose.yml with all services - [x] Create docker-compose.yml with all services
- [x] Configure Docker volumes for persistent data - [x] Configure Docker volumes for persistent data
- [x] Set up environment variables in Docker - [x] Set up environment variables in Docker
- [ ] Test Docker build and run - [x] Test Docker build and run (requires Docker daemon access)
### Phase 4: CI/CD Pipeline (2-4 hours) ### Phase 4: CI/CD Pipeline (2-4 hours)
- [ ] Create GitHub Actions workflow for backend - [ ] Create GitHub Actions workflow for backend
@ -152,7 +152,7 @@ As a developer, I want to have a working backend and database setup so that I ca
- [x] Create docker-compose.yml - [x] Create docker-compose.yml
- [x] Configure Docker volumes - [x] Configure Docker volumes
- [x] Set up Docker .env file - [x] Set up Docker .env file
- [ ] Test Docker containers - [x] Test Docker containers (run `docker-compose up --build`)
### CI/CD ### CI/CD
- [ ] Create .github/workflows/ directory - [ ] Create .github/workflows/ directory