Skip to content

reshdesu/flask-add2numbers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flask-add2numbers

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.

Published application on Heroku

https://addnumbers.herokuapp.com/

What basic concepts does the app showcase?

  1. How to use flask to create a simple web app?
  2. How to use flask-WTF to create basic web forms to gather input from users?
  3. How to work with GET and POST request using same endpoint? (This was the main reason I started this excercise)
  4. What all you need to deploy the app to Heroku?

About

Repo for flask app to add two numbers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published