MessageBoard is a minimalist web app that allows for sharing text messages on a public message board.
Continuous delivery to Docker Hub: https://hub.docker.com/r/phoebusyip/plant5_message_board
Continuous deployment on DigitalOcean: http://159.65.244.47:5000/
Clone the repository.
In the root directory, run docker-compose up --build
Navigate to localhost:5000 to access the web app.
Please make sure that port 5000 (for the web app) and port 27017 (for mongodb) are available on your machine. If unavailable, visit the deployed site or manually change the ports in docker-compose.yml
to use the web app.