Skip to content

paulose610/greenvent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

16 Commits
Β 
Β 
Β 
Β 

Repository files navigation

πŸ›’ GreenVent

A Prototype Multi-User Grocery Store Web Application

Status Backend Frontend Auth


πŸ“Œ Overview

GreenVent is a lightweight, multi-user grocery store prototype built using
a Flask backend and a HTML/CSS (Flexbox) powered frontend.
The application supports separate User and Admin roles, secure authentication, encrypted passwords, and category/product management.

Designed as a fast, modular prototype that can run fully on localhost.


πŸš€ Key Features

πŸ§‘β€πŸ’» Users

  • Browse and purchase products across multiple categories
  • Add items to a persistent shopping cart
  • Smooth UI styled using CSS Flexbox

πŸ› οΈ Admin

  • Manage products and categories
  • Edit attributes like price, stock, name, category, etc.
  • Simple, clean admin interface

πŸ” Security

  • Secure login system using Flask-Login
  • Password encryption using Flask-Bcrypt
  • Session-based authentication
  • SQLite database managed via DB Browser

🧩 Architecture

  • Backend: Python Flask
  • Frontend: HTML + CSS (Flexbox)
  • Database: SQLite (DB Browser for management)

Setup

  • pip install -r requirements.txt
  • python3 main.py

About

grocery store--admin and user profiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors