Check node and Python is installed on your device
Install the requiement of Python using requirements.txt
To Run the backend Server for API Request
Run Command
python manage.py runserver
make sure the port is 8000
Install npm Libraries with
npm i
1. viteapp (Used of instantiate react application)
2. react-bootstrap , bootstrap (Used for design)
3.react-router-dom (Used for routing to relevant pages)
4.aos (Used for Animation on Scroll)
After installing the dependencies
Run the command :
npm run dev