Ahmed-Boga / fullstack-capstone-project

GiftLink connects you with neighbors! Give away unwanted items & find pre-loved treasures for your home. Reduce waste, save money, and embrace a more sustainable lifestyle.
Apache License 2.0
0 stars 0 forks source link

Containerize the Services and Applications #9

Open Ahmed-Boga opened 3 weeks ago

Ahmed-Boga commented 3 weeks ago

As a developer I need to containerize backend and frontend So that the application is portable and easy to deploy

Details and Assumptions

* Docker is used to containerize the application for easy setup.

Acceptance Criteria

gherkin
Given a containerized setup
When services are launched in Docker
Then both backend and frontend work seamlessly
Ahmed-Boga commented 3 weeks ago

implementation phase