vishnu-sagubandi / LIAVYS_Prod

A fully featured E-commerce web app built with Django 3.2.5, Python 3.8.5, React and Braintree payments.

Home Page:https://liavys.herokuapp.com/#/home

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LIAVYS - Design with Dignity

A fully featured Ecommerce webapp built with Django 3.2.5, Python 3.8.5, React and Braintree payments.

Python 3.8.5 Django 3.2 Braintree 4.11

Live at https://liavys.herokuapp.com/

Features Included

  • Custom Admin dashboard
  • Search Functionality
  • Shopping Cart
  • Product reviews and ratings
  • Card,Gpay payments
  • User profile with orders
  • Admin product management
  • Admin user management
  • Admin order management
  • Responsive, mobile-friendly design
  • JWT authentication (JSON web tokens)
  • Redux State Management
  • Much more...

Setup Instructions

1.clone Repository & Install Packages

git clone https://github.com/vishnu-sagubandi/LIAVYS_BACKEND.git
virtualenv env
cd env/bin/activate
pip install -r requirements.txt

2.Change Database & Staticfiles configuration

  • Comment out django-storages & postgresql configuration in settings.py file

3.Migrate & Start Server

python manage.py makemigrations
python manage.py migrate
python manage.py runserver

Setting up React (Optional)

cd frontend
npm install
npm start

Previews

Home Page Home Page Shop Page Shop Page Product Page Product Page Cart Page Product Page Shipping Page Product Page Checkout Page Product Page Signup Page Product Page Login Page Product Page Profile Page Product Page Order details Page Product Page Admin users list Page Product Page Admin products list Page Product Page Admin orders list Page Product Page Page 404 Page 404

Thank You ❤️❤️

Other places you can find me:

Instagram Twitter Facebook

About

A fully featured E-commerce web app built with Django 3.2.5, Python 3.8.5, React and Braintree payments.

https://liavys.herokuapp.com/#/home

License:MIT License


Languages

Language:JavaScript 54.4%Language:CSS 32.2%Language:HTML 7.0%Language:Python 6.3%Language:Procfile 0.0%