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: [email protected]
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: [email protected]
password: manu2012
- Post a product by going to the
Create product
link. - Modify or delete a product by navigating to the
Modify/Delete product
link. - View sales records by navigating to the
View sales records
link. - Create a new user with the role of
attendant
once you log in, by going to theSign Up Employee
link on the admin dashboard. Access the attendant dashboard by logging in as the newly created attendant. - Make a sale by navigating to the
sell
link on the navigation bar.
Paul Vitalis Onyango