git clone https://github.com/ritika-0111/Subscription-using-React-Django
Move to the current directory
cd Subscription-using-React-Django
Create env
python -m venv venv
Activate env
.\venv\Scripts\activate
Move to the working directory
cd django_react
Install django
pip install Django
Install django rest framework
pip install djangorestframework
Move to the frontend folder
cd frontend
Run webpack with:
npm run dev
python manage.py runserver
Your server has started visit the below url, to see your app running :
http://localhost:8000
https://drive.google.com/file/d/1wygGnQQNX1KvRIu51ubXyOxgeXqTAR_U/view?usp=sharing