Skip to content

Step by step beginner friendly flask projects to learn and understand

Notifications You must be signed in to change notification settings

ayushchauhan101/flask-simple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

flask-simple

Step by step beginner friendly flask projects to learn and understand

Create a virtual Python environment:

python3 -m venv my_env

Start the virtual environment:

open the terminal in the same directory

.\my_env\Scripts\activate

Create a new file named: app.py and copy the codes above

install Flask

pip install Flask

OR

pip install -r requirements.txt

Start the application

py app.py
python app.py

About

Step by step beginner friendly flask projects to learn and understand

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages