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.
- 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
- Install dependencies using yarn install
- Run locally using
yarn dev
- To run tests
yarn test