Clone the project. This will download the GitHub respository files onto your local machine.
git clone https://github.com/MBMishu/Duburi-Frontend.git
Create Virtual Environment(optional)
pip install -r require.txt
Go to the project directory and then do the following steps in the terminal
python manage.py makemigrations
python manage.py migrate
python manage.py runserver