mlin2814 / bamazon

A command line based application that mimics functionality of a major online retailer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bamazon

Here is my commandline based application using MySQL for the database storage. I'm using a well-known online retailer as the basis for this application. This application has two main parts: one for customers and the other for managers. The customer side is fully operational and the manager one is close to completion.

Here are screenshots of what is occuring on the client's side. Here we're given the stock of what items are held along with an ID number. Bamazon Customer view

The user makes their choice of what they want and stock is taken out of the database. The database shown here: Bamazon Database original

You can see the stock being reduced in the database here: Bamazon Customer view

This image is the same as above, but the second time the command is run, we see that if an item amount is too great to meet the stock, it will display an 'Out of Stock' message. Bamazon Customer view

About

A command line based application that mimics functionality of a major online retailer


Languages

Language:JavaScript 100.0%