Skip to content

Latest commit

 

History

History
68 lines (54 loc) · 2.05 KB

File metadata and controls

68 lines (54 loc) · 2.05 KB

Build Status Coverage Status Maintainability GitHub

Store Manager

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.


Testing & Login Credentials


  • Admin Login Credentials

Email: admin@storemanager.net
Password: 123456
 

  • Store Attendant Login Credentials

Email: attendant@storemanager.net
Password: 123456
 

Getting Started

Prerequisites

You need Nodejs Installed to be able to run this project on your machine.

Installing

  • 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

License

This project makes use of the MIT License which can be found here