to use this app you should follow the following instructions:
- Clone the repository.
- Initiale vertual environment in windows
python -m venv venv. - Activate vertual environment in windows Command propmt
venv\Scripts\activate. - Install the needed dependenceis by running
pip install requirements.txtcommand. - Set up your database using
python migrate.py. - Run the app using
python app.py.