Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 720 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 720 Bytes

The Attic

Amazon-like storefront with MySQL and node.js

Getting Started

Clone the repo on your local machine

Installing

Install all the dependencies

npm install

Simple shopping app. node bamazonCustomer.js opens the customer app. The user sees what's in stock and can purchase anything from it. Then they get a total based on the items purchased.

node bamazonManager.js The manager has 4 different options, He can view the items for sale, shopping category, price and stock quantity.

Built With

  • Node.js
  • MySql

Full Demo

DEMO

Licence

This project is licensed under the MIT License - see the LICENSE.md file for details