A Flask Powered Web Client Intended to take data from users and evaluate their ability to predict plot points accurately. Implements some functionality from the Heroku Sample
A simple Python Flask example application that's ready to run on Heroku.
Development Setup
pipenv installpipenv shellpython app.py
Screenshot

Deploy
heroku createheroku addons:create heroku-postgresql:hobby-devgit push heroku masterNote: make sure you run
db.create_all()to create the tables.
Log in or sign up for Devpost to join the conversation.