Ensure you have the following installed on your system:
git clone https://github.com/SethaGitHub/notes-application.git
cd notes-applicationdocker-compose builddocker-compose upOnce the services are up, the application should be accessible at:
http://localhost:80
To stop the running containers, use:
docker-compose down