This part is written in Python and uses the Flask framework. MySQL is used for the database. SQLAlchemy is used for the database. Alembic is used for the database migrations. Hosted on o2switch.
- Install Python 3.8
- Install MySQL
- Install the required Python packages:
pip install -r requirements.txt
- Create a MySQL database and user
- Create a
.env
file in the root directory