Decided
We have chosen to use Docker and Docker Compose to containerize our frontend and backend. Docker will take care of encapsulating everything for us and make our developer experience much smoother. Docker is useful as it provides production quality for application and allow us to easily add modifications to dependencies in the future. Docker Compose will handle composing multiple Docker containers which will simplify our work when deploying our application to the internet.
0 views0