Skip to content

Thomas-Lemoine/Encode_n_Vironment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello World Flask Application

Checkout this repo and switch to branch

git clone https://github.com/windson/flask-tutorials.git
cd flask-tutorials
git checkout hello-world-flask

Create Virtual Environment

Windows OS

python -m venv env

Unix OS Variants

python3 -m venv env

Activate Virtual Environment

Windows OS

env\Scripts\activate

Unix OS Variants

source ./env/bin/activate

Upgrade pip

python -m pip install --upgrade pip

Install Requirements for requirements.txt

pip install -r requirements.txt

Run Flask App 🚀

python app.py

Access the App in the browser

Access the url http://localhost:5000/ in the favorite browser 😍 of your choice.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors