Create Dockerfiles for both the client
and service
folders, then use Docker Compose to make them work together in a single development environment. The client
should be able to communicate with the service
, and both should run seamlessly within their respective containers.
Ensure that all necessary dependencies are installed and that the services can interact as they would in a normal, non-Dockerized environment.
To complete this challenge, you’ll need to have docker installed.
client
and service
folders.client
is able to communicate with the service
through the appropriate network configuration.