Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 651 Bytes

File metadata and controls

26 lines (20 loc) · 651 Bytes

Installation Guide

Step 1 :

Check node and Python is installed on your device

Step 2 :

Install the requiement of Python using requirements.txt

Step 3 :

To Run the backend Server for API Request Run Command python manage.py runserver make sure the port is 8000

step 4 :

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)

step 5 :

After installing the dependencies Run the command : npm run dev