Skip to content

shanepadgett/node-mysql

Repository files navigation

Node Store App

Tech Stack

Setup

Create a .env file in the root with the following information

DB_HOST=localhost
DB_PORT=3306
DB_USER=root
DB_PASS=

Use

  • Run bamazonCustomer to purchase items as a customer.
  • Run bamazonManager to view all products for sale, view low inventory, increase inventory for a product or create a new product.
  • Run bamazonSupervisor to view all sales by department or create a new department.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published