A simple photo rating app built with Vue.js, Flask, Mongodb, all running in Docker containers.
Clone the repo to your local machine and launch in Docker. See below for details.
You will need Docker installed on your system to run the app. You can download and install Docker from https://www.docker.com/
From terminal, clone the repositiory.
git clone https://github.com/Lurkins/photo-counter.git
Change directories into the project.
cd photo-counter
Run the app with Docker compose. Installation may take some time.
docker-compose up
Once Docker has built and run all the containers visit http://localhost:8080/ in a browser.
Upload your images and rate them with the +1 / -1 buttons.