Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 852 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 852 Bytes

Store Database Management System, Project Phase 3

This is a web application built using Flask, MYSQL, HTML, and CSS that allows users to manage the store database. Users can add, update, delete, and view specific items based on various criteria. This web application is currently only being used and run locally.


Features

  • Add new items to the database
  • Update existing item details in the database
  • Delete items based on the item name
  • Search for items by ID or name or both

Prerequisites

Before running the application, ensure you have the following installed:

  • Python (version 3.8 or higher)
  • Flask
  • MySQL

Usage

  • Start your apache server and your MySQL server
  • Go to the command prompt and run "Python app.py"
  • Go to the localhost link in your browser
  • Start managing the database