- Install Mysql on your OS (for linux(Debian) refer this guide : Install Mysql on Antix Linux )
- create a Database with the name
delivery_management_system
create database delivery_management_system
- Sync Database Schema (Tables, etc) Specified in the Django Project to the Mysqldb installed on OS
uv run manage.py migrate
or
python manage.py migrate
for More Setup instruction, refer the Text file at docs/setup.md