A travel tool that enables tourists to plan out their daily activities based on the given location and the duration of the stay.
python -m venv virtual_env
virtual_env/Scripts/activate
pip install -r requirements.txt
in the virtual environment$env:FLASK_APP = "smartinerary.py"
in the virtual environmentflask initdb
initializes the database flask run
runs the app