As a developer
I need to create Docker containers for the frontend and backend
So that deployment and testing are easier
Details and Assumptions
- Dockerfile exists for both frontend and backend.
Acceptance Criteria
Given Docker is installed,
When I run docker-compose,
Then both services start successfully.
As a developer
I need to create Docker containers for the frontend and backend
So that deployment and testing are easier
Details and Assumptions
Acceptance Criteria
Given Docker is installed,
When I run docker-compose,
Then both services start successfully.