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.
Follw the link to where the application is hosted: https://staging-frontend-store-manager.herokuapp.com/
to run the appliaction
Login with the credentials below
{
"username":"admin",
"password":"password"
}
- You cannot register a new user without logging in
- Admin credentials for the account have been provided
- The products page is just a page with dummy data to further demonstrate redirection
So far the application can has functionality that demonstrates both signup and login
- Clone the github repository:
https://github.com/myrdstom/store-manager-frontend.git
- Checkout into the develop branch
- run
yarn install
to setup the application - you will then have acces to the full codebase of tha application
- run
yarn start
to test out the app locally - run
yarn test --coverage
to checkout the test coverage
Paul Kayongo