Skip to content

xDarylle/shoperty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Shoperty

Shoperty is an e-commerce website that provides an easy and convenient way to buy and sell local products.

Homepage

Features

  • Login/Signup for seller & buyer
  • Add to cart
  • Purchase products (without billing)
  • Product ratings
  • Product recommendation using collaborative filtering algorithm.
  • Inventory Management
  • Sales visualization
  • Sales forecasting

Seller

Homepage Sales Forcasting Product Page

Buyer

Recommend Product All Products Product Page Purchases

Technology

  • Python, Flask, Flask-SQLAlchemy
  • React JS, Tailwind CSS, Recharts

Requirements

  1. Python
  2. Node JS

Backend

  1. Set directory to backend:
cd backend
  1. Setup and activate virtual environment
python -m venv venv
venv/Scripts/activate
  1. Install required python dependencies
pip install -r requirements.txt
  1. Run Flask App
flask run

Frontend

  1. Set directory to frontend:
cd frontend
  1. npm install
npm install
  1. npm start
npm start

About

An e-commerce website for local products.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors