Skip to content

E-commerce web application built in with Django and React

Notifications You must be signed in to change notification settings

bearp2d/Django-React-Ecommerce

Repository files navigation

Django React eCommerce

Advanced eCommerce example web application with Django and React

Development

Setup environment for development

Install dependencies

Clone the project then install python and react dependencies

git clone https://github.com/bearp2d/Django-React-Ecommerce.git
cd django-react-ecommerce
pip install -r requirements.txt
yarn # or npm install

Add built in dummy data

Create database, apply migrations and add some dummy data

python add_dummy_data.py

Run the server

yarn run dev
python manage.py runserver
python manage.py livereload # hot reload

Open http://localhost:8000/

Admin pannel

Admin user has been created in users.json
You can access the admin pannel from http://localhost:8000/admin/
phone number: 09171234567
password: password

About

E-commerce web application built in with Django and React

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages