Skip to content

romabozhanovgithub/ecommerce-django-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

E-commerce

Description

Representation of e-commerce with products, rating, reviews, orders, cart and admin panel

Setup

Backend

pip install -r requirements.txt
python manage.py makemagrations
python manage.py migrate
python manage.py runserver

Frontend

cd frontend
npm i
npm start

Go to localhost:3000 and view the app

Technologi Stack

  • Django
  • Django Rest Framework
  • React
  • Redux
  • Router
  • PostgreSQL

This project is not done yet

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published