sample flask server to modify to learn more about flask (for new folks!)
Go to file
2023-01-12 21:43:37 -05:00
static/src Flask server 2023-01-12 21:42:22 -05:00
templates Flask server 2023-01-12 21:42:22 -05:00
.gitignore Flask server 2023-01-12 21:42:22 -05:00
app.py Flask server 2023-01-12 21:42:22 -05:00
README.md Update README.md 2023-01-12 21:43:37 -05:00

sample-flaskServer

sample flask server to modify to learn more about flask (for new folks!)

app.py is what you run (python app.py)
templates/ has html stuff
static/ has images and CSS

  • static/src/ has CSS
  • static/dist/ is auto-generated