Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 486 Bytes

File metadata and controls

30 lines (26 loc) · 486 Bytes

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