Clone the project
git clone https://github.com/aayush-jaiswal/diabetes-intellect-backend.gitGo to the project directory
cd diabetes-intellect-backendCreate virtual environment
python3 -m venv env
source env/bin/activateInstall dependencies
pip install -r requirements.txtMake migrations
python3 manage.py makemigrations
python3 manage.py migrateStart the server
python3 manage.py runserver