Store Manager is an app that helps store owners manage sales and product inventory records. This application is for use by a store attendant and store owner.
The site is accessed on https://paulstar200.github.io/Store-Manager/UI/index.html
Login credentials:
email: vitalispaul48@live.com
password: manu2012
This repo uses the Store Manager API as its backend
- Store Owner can create a store attendant.
- Store Owner can create a product.
- Store Owner can delete a product.
- Store Owner can modify a product.
- Store attendant can make a sale.
- Store Owner and attendant can get all products in stock.
- Store Owner and store attendant can view all the sales records
- Navigate to the site using the following url: https://paulstar200.github.io/Store-Manager/UI/index.html
- Login as the Admin using the following email and password.
email: vitalispaul48@live.compassword: manu2012 - Post a product by going to the
Create productlink. - Modify or delete a product by navigating to the
Modify/Delete productlink. - View sales records by navigating to the
View sales recordslink. - Create a new user with the role of
attendantonce you log in, by going to theSign Up Employeelink on the admin dashboard. Access the attendant dashboard by logging in as the newly created attendant. - Make a sale by navigating to the
selllink on the navigation bar.
Paul Vitalis Onyango