Python installed: Ensure Python is installed on your system. You can download it from the official Python website. Understand Python and Django: Basic understanding of Python programming and familiarity with Django web framework
git clone https://github.com/blackteck/Tech-Titans.git
cd Tech-Titans
python -m venv venv
venv\Scripts\activate
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver