Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 529 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 529 Bytes

BeerTracker

The BeerTracker website helps you to keep track of the favors other people still owe you aswell as the favors that you still owe to other people. Favors are measured in beer.

If you only want to use this website for tracking beer that's also fine with me.

Installation

  1. Use pip to install the following modules:
pip install Flask
pip install Flask-Session
pip install cs50
  1. Change directory to the project directory

  2. Execute this command in your Terminal

FLASK_APP=application.py flask run