Run the following command to start the application:
# Start multi-container app
$ docker-compose up -dThe web application can now be reached through: localhost:3000.
To delete all the resources that have been created:
# Stop and delete the containers and images
$ docker-compose down --rmi all
