mysql-storefront

Goodies 'r Us

This is a pretend storefront application run from the terminal. It displays a list of items, which you can choose to purchase via the ID number and quantity. If there is none of that item left, you will get a message alerting you to pick a new item. If you successfully purchase an item, you will get a message finalizing the transaction, including the total cost of the transaction for the item.

Built using

Instructions for Use

  1. Create a new database in mysql using the included bamazon.sql file
  2. Open folder in the command line
  3. type "npm install" to install dependencies
  4. type "node bamazonCustomer.js" to run the application

Live Demo