Read the blog post here
Pet cuteness ranker. Upload a picture of your pet and have strangers give it cuteness points. See a global leaderboard where all pets are ranked based on the total cuteness points.
Do these steps after cloning this repository
1. Install Docker
2. Install Node
3. Go to the version you want to run
cd version-name
3. Install dependencies
npm install
4. Run the app
npm start
You should now be able to go to localhost:3000 and see the app
This project is licensed under the MIT License - see the LICENSE file for details