The bean-board for bean parties!
The UI to upload images to Daniel's bean-board!
The following steps include usage for building the app locally for development
To run locally with Python, just do the following:
python3 app.pyYou can also use live reload to preview your changes faster and not have to restart the app after every change:
FLASK_ENV=development flask runTo run locally with Docker, just do the following:
make runIn the future, commits to this repo will automatically trigger a deployment to production in Heroku. For now, you can manually deploy by running the following commands:
heroku login # login
heroku git:remote -a bean-board # maybe needed (try without first)
git push heroku main # deploy