Skip to content

Prajwal-Jadhav/ecommerce-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eCommerce App

Overview

This eCommerce app is a web application built using Flask, a lightweight Python web framework. It provides basic functionality for an online store, including user registration, product browsing, cart management, and order processing.

Features

  • User Registration and Authentication: Users can sign up, log in, and manage their profiles.
  • Product Management: Products can be listed with details like name, description, price, and stock.
  • Cart System: Users can add products to their cart, view the cart, and proceed to checkout.
  • Order Processing: Users can place orders and view their order history.
  • Responsive Design: The application is designed to be responsive and user-friendly on both desktop and mobile devices.

Technologies Used

  • Backend: Flask, SQLAlchemy, Flask-Migrate
  • Database: SQLite (can be easily switched to PostgreSQL or any other database)
  • Frontend: HTML, CSS, JavaScript (using Bootstrap for styling)
  • Deployment: Docker, Docker Compose

Project Structure

Getting Started

Prerequisites

  • Python 3.9+
  • Docker and Docker Compose

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published