No description
  • CSS 52.6%
  • HTML 37.3%
  • Python 10.1%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Josh Abernathy 579b02286e
Merge pull request #13 from github/dependabot/pip/flask-2.3.2
Bump flask from 2.2.2 to 2.3.2
2023-05-02 09:20:21 -04:00
.devcontainer Fix invalid devcontainer.json 2022-11-17 09:46:35 -06:00
static Match Django 2022-11-07 20:00:20 +00:00
templates Match Django 2022-11-07 20:00:20 +00:00
.gitignore Initial commit 2022-09-07 02:50:48 +00:00
app.py Match Django 2022-11-07 20:00:20 +00:00
README.md Update SCM tip 2022-10-31 07:34:13 -06:00
requirements.txt Bump flask from 2.2.2 to 2.3.2 2023-05-02 00:14:05 +00:00

GitHub Codespaces ♥️ Flask

Welcome to your shiny new Codespace running Flask! We've got everything fired up and running for you to explore Flask.

You've got a blank canvas to work on from a git perspective as well. There's a single initial commit with the what you're seeing right now - where you go from here is up to you!

Everything you do here is contained within this one codespace. There is no repository on GitHub yet. If and when youre ready you can click "Publish Branch" and well create your repository and push up your project. If you were just exploring then and have no further need for this code then you can simply delete your codespace and it's gone forever.

To run this application:

flask --debug run