Shoperty is an e-commerce website that provides an easy and convenient way to buy and sell local products.
- 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
- Python, Flask, Flask-SQLAlchemy
- React JS, Tailwind CSS, Recharts
- Python
- Node JS
- Set directory to backend:
cd backend
- Setup and activate virtual environment
python -m venv venv
venv/Scripts/activate
- Install required python dependencies
pip install -r requirements.txt
- Run Flask App
flask run
- Set directory to frontend:
cd frontend
- npm install
npm install
- npm start
npm start







