Skip to content

Amazon-like storefront using MySQL. App takes in orders from customers and depletes stock from the store's inventory.

Notifications You must be signed in to change notification settings

pcarey1213/bamazon

Repository files navigation

bamazon

Amazon-like storefront using MySQL. App takes in orders from customers and depletes stock from the store's inventory.

Instructions

  • bamazon is an app that searches for products in an inventory constructed through mySQL.

  • bamazon exists under a GitHub repository called bamazon with the following URL ("https://github.com/pcarey1213/bamazon").

  • bamazon sends requests using the mySQL node module to a the bamazon database.

  • How to Use bamazon

  • Make sure to initialize node.js and a package JSON file by navigating to the command line and running npm init -y

  • Add via npm install mysql and inquirer

  • Add node modules a .gitignore file

Challenge #1: Customer View


Challenge #2: Manager View (Next Level)

thanks for using bamazon!

About

Amazon-like storefront using MySQL. App takes in orders from customers and depletes stock from the store's inventory.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published