Skip to content
This repository has been archived by the owner on Aug 7, 2021. It is now read-only.

A react Front-end application that consumes the store-manager Flask rest API.

Notifications You must be signed in to change notification settings

myrdstom/store-manager-frontend

Repository files navigation

Store Manager

CircleCI Maintainability Test Coverage

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.

Run the application

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"
}

Notes

  • 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

HTTP Requests

So far the application can has functionality that demonstrates both signup and login

Test the application's functionality

  • 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

Author

Paul Kayongo

About

A react Front-end application that consumes the store-manager Flask rest API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published