Skip to content

Black-league/react-django-ecommerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

React-Django-Ecommerce App 🛒🌐

It's a fullstack web Ecommerce project which has a separate backend with django dashboard , and a cool frontend UI made with react.js, currently this just serves as a Shoes/Sneakers shop, but you can use it for any purpose you want.


- Backend made with :

- Frontend made with :



- Getting Started With this Project :

  • Step - 1 : Clone The Repo by

    go to your terminal
    git clone https://github.com/Black-league/react-django-ecommerce.git 
    
  • Step - 2 : Install Backend Packages

    go inside the react-django-ecommerce/rde-backend/ directory then run
    pip install -r requirements.txt
    
  • Step - 3 : Run the server

    go inside the react-django-ecommerce/rde-backend/Src/rdebe/ directory and run
    python manage.py runserver
    

    It will initialize the django server. To know more follow the Django Docs

  • Step - 4 : Configure The FrontEnd

    go inside the react-django-ecommerce/rde-frontend/ directory then run
    npm install
    
    or for yarn users
    yarn install
    

    It will install the required node_modules. To know more follow the NodeJS Docs and npm Docs

  • Step - 5 : Starting The React App

    go inside the react-django-ecommerce/rde-frontend/ directory then run
    npm start
    
    or for yarn users
    yarn start
    

    It will start the React Application. To know more follow the ReactJS Docs

  • Now Modify the project as your need


Contributing

You can contribute to improve this project by:

  • edit the code
  • creating a pull request
  • submitting new ideas / features suggestions
  • reporting a bug

Thank You For Checking This Out 🥰🤗 Please give it a Start ⭐ if You've Liked it . . .

And Follow Us On GitHub 🙏🏻

Made by @SumonRayy and @Faizan