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.
- 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
Before running the application, ensure you have the following installed:
- Python (version 3.8 or higher)
- Flask
- MySQL
- 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