Skip to content

kimani3/storeManagement

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Store Management Project

This project is a store management system that allows users to log in, create products in stock, view product details, delete products in stock, and update product details.

Getting Started

To run the project, you will need to follow these steps:

Run the database by running python database.py. Run the application by running python app.py.

Log in with the following credentials:

Username: admin Password: admin

Usage

Once you have logged in, you can perform the following actions:

Create a product in stock:

Click on the “Create Product” button and fill in the required details.

View product details:

Click on the “View Products” button to see a list of all products in stock. Click on a product to view its details.

Delete a product in stock:

Click on the “View Products” button to see a list of all products in stock. Click on the “Delete” button next to a product to delete it.

Update product details:

Click on the “View Products” button to see a list of all products in stock. Click on the “Edit” button next to a product to update its details.

Releases

No releases published

Packages

No packages published