This live demo link is only supported for frontend changes
https://smart-health-advisor.vercel.app/
For expected results follow the below steps:
##First, run the backend server:
pip install -r requirements.txt
python manage.py runserver
Backend server run on local machine on http://127.0.0.1:8000/ this port
if you run backend on different port then change base_url in frontend file located at /lib/urls.ts
this file
base_url = `http://127.0.0.1:your_port_number/`
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.