Skip to content

Flask website that shows rated local coffee shops

Notifications You must be signed in to change notification settings

J0K3Rn/Coffee-and-Wifi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coffee-and-Wifi

Flask website that shows rated local coffee shops

Features:

  • Website created with Python Flask
  • Links to other blogs using dynamic urls
  • Uses Bootstrap for website base
  • Uses csv to store and retrieve coffee shop ratings
  • Add new rating by going to /add

How to run:

  • Download repository
  • Open downloaded repository with a command line interface
  • run pip install Jinja2
  • run pip install flask
  • run pip install Flask-WTF
  • run pip install wtforms
  • run pip install wtforms-validators
  • run pip install Flask-Bootstrap
  • run pip install python-csv
  • run python main.py
  • Go to 127.0.0.1:5000/ to view site
  • Add a new rating by going to 127.0.0.1:5000/add

Home Page:

alt text

Cafe List:

alt text

Add New Rating Page:

alt text

About

Flask website that shows rated local coffee shops

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published