Store Manager is a web application that helps store owners manage sales and product inventory records. This application is meant for use in a single store.
Alausa Ibrahim O.
The project is built with NodeJS and express. It uses mocha for testing and Joi package for validation.
To get the project up and running on your local machine for development and testing purposes,run
npm install
The project has 2 major users
-
- The store attendant
-
- Store Manager
-
- The store manager has the ability to create a new store attendant
-
- View sales record and info such as attendant with highest number of sales, sales with highest amounts. etc
-
- Has the ability to edit or delete information from the system such as Sales record and Product information
-
- The main role of the store keeper is to create new sales records
-
- The store keeper views available products
-
- Has ability to view their sales history to know how much they have made for the store
This project is licensed under the ISC License