omarhadary / Bamazon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bamazon

This is an Amazon-like storefront which takes orders from customers and depletes stock in the store's inventory.

A database is created to store the inventory and includes 10 different products with columns to store:

  • Product unique ID
  • Product name
  • Department name
  • Product Price
  • Count of quantity left in stock

All user experience is through the terminal and updated to the local database.

Demo

A video walkthough can be found here https://www.youtube.com/watch?v=NX9HI95i0es&feature=youtu.be

Tech

Bamazon uses open source tools:

Installation

Bamazon requires Node.js to run.

Install the dependencies.

$ npm install
$ node app

About


Languages

Language:JavaScript 100.0%