A web application that helps store owners manage sales and product inventory records. This application is meant for use in a single store.
-
Store attendant can search and add products to buyer's cart.
-
Store attendant can see his/her sale records but can't modify them.
-
App should show available products, quantity and price.
-
Store owner can see sales and can filter by attendants.
-
Store owner can add, modify and delete products.
Link to project:
Tech used: Node js and Express Js and a dash of HTML, Travis for CI
The main tech that i used here was express js. I used this because it is a Fast, un-opinionated, minimalist web framework for Node.js It has a myriad of HTTP utility methods and middleware at your disposal, creating a robust API is quick and easy. I also used postman to test if the API would return the data that I want.
To clone this repository, type git clone https://github.com/Slam256/Store-manager.git
in the command line
In the project directory, you can run:
run: npm install
Runs the app
Open http://localhost:4000 to view it in your browser.
The page will reload when you make changes.
makes sure code follows AIRBnb style guide.
Launches the test runner. I used Mocha and NYC to test
Stacey LAM