254guru / GreenMart

An e-commerce website specifically for vegetables

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GreenMart E-commerce Platform

GreenMart is a full-fledged e-commerce platform built with Flask, designed to cater specifically to vegetable products. It provides a user-friendly interface for customers to browse, purchase, and manage vegetable products conveniently.

Features

  • User Authentication
  • Product Management
  • Shopping Cart
  • Order Processing
  • Admin Dashboard
  • Search Functionality
  • Product Recommendations

Technologies Used

  • Flask
  • SQLAlchemy
  • Flask-WTF
  • Flask-Login
  • Flask-Mail
  • Flask-Migrate
  • SQLite

Installation and Setup

git clone https://github.com/your-username/GreenMart.git
cd GreenMart
python -m venv venv
venv\Scripts\activate  # Windows
source venv/bin/activate  # macOS/Linux
pip install -r requirements.txt
flask db init
flask db migrate -m "Initial migration"
flask db upgrade

About

An e-commerce website specifically for vegetables


Languages

Language:HTML 51.1%Language:CSS 22.2%Language:Python 20.7%Language:JavaScript 5.6%Language:Mako 0.4%