- Clone the repository
- Run the following command to install the required packages:
pip install -r requirements.txt
- Run the following commands to initialize the database:
flask db init
flask db migrate
flask db upgrade
- Run the system with
python manage.py run