Repo for flask app to add two numbers and deploying them to Heroku This is a CD pipeline where commiting to the github repo will automatically rebuild the flask app on Heroku.
https://addnumbers.herokuapp.com/
- How to use flask to create a simple web app?
- How to use flask-WTF to create basic web forms to gather input from users?
- How to work with GET and POST request using same endpoint? (This was the main reason I started this excercise)
- What all you need to deploy the app to Heroku?