Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 1.49 KB

README.md

File metadata and controls

30 lines (25 loc) · 1.49 KB

StoreManager-FrontEnd-React

Build Status Maintainability Test Coverage Reviewed by Hound

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.

Features

  • Admin can add a product
  • Admin or store attendant can get all products
  • Admin or store attendant can get a specific product.
  • Store attendant can add a sale order.
  • Admin can get all sale order details.
  • Getting started with the app

Technologies used to build the application

Getting Started

  • Install dependencies using yarn install
  • Run locally using yarn dev
  • To run tests yarn test

Deployment

App deployment here