Skip to content

matthew-wong8/Flask-Web-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Flask-Web-App

First Python project. Walkthrough with Youtube video

Updating daily with what I do each day

Flask Web App Tutorial Setup & Installtion Make sure you have the latest version of Python installed.

git clone pip install -r requirements.txt

Running The App python main.py

Viewing The App Go to http://127.0.0.1:5000

How to push updated code to GitHub:

  1. git add .
  2. git status
  3. git pull
  4. git commit -m "..."
  5. git push origin main

About

First Python project. Walkthrough with Youtube video

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages