A remote controlled Todo application
Install and run Docker
Will work great on Mac, and possibly on Linux. Windows? - maybe not so much...
Build all artifacts and create docker images:
./build.sh
Start the docker containers
docker-compose up -d
##Application urls Todo App: http://localhost:4000
Remote control server: http://localhost:5000