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