App project = Tabadol, is a project i am working on in my intermediate web development class with FrauenLoop. It is meant to be an app to offer either services or old unwanted stuff, in return for anoter service or things.
The majority of the code was done by following this tutorial: https://www.youtube.com/playlist?list=PL-osiE80TeTs4UjLw5MM6OjgkjFeUxCYH
Python 3.8.2
The map section was meant to display the users entries, based on location, I never got to complete that!
- Activate virtual env:
. venv/bin/activate
- Set env variable pointing to local settings file and install requirements:
export YOURAPPLICATION_SETTINGS=......
pip install -r requirements.txt
- Run the Flask app:
python run.py