A web application that helps store owners manage sales and product inventory records. Store owners/managers can create store attendant accounts who would be in charge of selling of items in the store.
- Admin Login Credentials
Email: admin@storemanager.net
Password: 123456
- Store Attendant Login Credentials
Email: attendant@storemanager.net
Password: 123456
You need Nodejs Installed to be able to run this project on your machine.
- Clone Repository
git clone https://github.com/Easybuoy/storemanager-react
- Change Directory To Store Manager
cd storemanager-react
- Install Dependencies
npm install
- Start Application
npm run start
- Run Test
npm test
- Run Coverage Report
npm run coveralls
git clone https://github.com/Easybuoy/storemanager-react
cd storemanager-react
npm install
npm run start
npm test
npm run coveralls