Skip to content

ritika-0111/Subscription-using-React-Django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Subscription-using-React-Django

1. Clone the repository

git clone https://github.com/ritika-0111/Subscription-using-React-Django

Move to the current directory

 cd Subscription-using-React-Django

2. Create Virtual environment

Create env

python -m venv venv  

Activate env

.\venv\Scripts\activate  

Move to the working directory

cd django_react

3. Installing Django In The Virtual Environment

Install django

pip install Django 

Install django rest framework

pip install djangorestframework  

4. Compile and minify scripts

Move to the frontend folder

cd frontend

Run webpack with:

npm run dev  

5. Start a local web server

python manage.py runserver  

6. Server started

Your server has started visit the below url, to see your app running :

http://localhost:8000

Video link :

https://drive.google.com/file/d/1wygGnQQNX1KvRIu51ubXyOxgeXqTAR_U/view?usp=sharing

Releases

No releases published

Packages

No packages published