Skip to content

Maria0419/EMPOCT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# Flask Web App Tutorial ## Setup & Installation Make sure you have the latest version of Python installed. ```bash git clone ``` ```bash pip install -r requirements.txt ``` Flask version: 2.3.3 ```bash pip3 install --force-reinstall -v "flask==2.3.3" ``` werkzeug version: 2.3 ```bash pip3 install --force-reinstall -v "werkzeug==2.3" ``` ## Running The App ```bash python main.py ``` ## Viewing The App Go to `http://127.0.0.1:5000` # EMPOCT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors