-
Copy
.env.sample
into a.env
file. -
Run these commands to install the requirements, set up the local database, and seed it with test data:
python -m pip install -r requirements.txt python setup_postgres_database.py python setup_postgres_seeddata.py
-
Run the sample flow:
python main.py