Project Details

Bamazon
Application

Bamazon

Description

For this project, I built an back end application which simulates an e-commerce website. The user interfaces with the program via the terminal, using NPM Inquirer. The Customer is prompted to view items, choose an item, choose a quantity, checkout, continue to shop or exit. During this interaction, the database of items is updated to reflect any purchases.

This application also includes an administrative program for the user to view all inventory, view low inventory, add inventory and add new items to the database.

Technologies

JavaScript, Node, MySQL, Color NPM, Inquirer NPM and Console.Table NPM.