Skip to content

Gapper1000/chore-tracker

Repository files navigation

chore-tracker

Chore Tracker Freestyle Project OPAN-244

Setup

Create and activate a virtual environment:

conda create -n freestyle-project-env python=3.10

conda activate freestyle-project-env

Create a ".env" file and paste in the following contents:

# this is the ".env" file...

SECRET_KEY = "example_secret_key"

Install Packages:

pip install -r requirements.txt

Usage

Run the example script:

python app/login.py

python app/choreFileReader.py

File setup for choreFileReader.py:

Testing

Run tests:

pytest

Web APP

Run the web app (then view in the browser at http://localhost:5000/):

FLASK_APP=web_app flask run

About

Chore Tracker Freestyle Project OPAN-244

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors