Skip to content

One day with Flask - Python Web Development Framework. Setting up a simple website with Flask. \,,/

Notifications You must be signed in to change notification settings

CollegeFellow/flask-the-day

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flask-the-day

One day with Flask - Python Web Development Framework. Setting up a simple website with Flask.

You'll need python installed. https://www.python.org/downloads/

Installing Flask: pip install Flask

To start the app go to the folder path in terminal and hit: python app.py

Here are some screenshots of the app:

Homepage: ROUTE: http://127.0.0.1:5000/ Homepage

Profile Listing: ROUTE: http://127.0.0.1:5000/profile Profile Listing

Profile Details: ROUTE: http://127.0.0.1:5000/profile/5 Profile Details

About

One day with Flask - Python Web Development Framework. Setting up a simple website with Flask. \,,/

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published