Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 525 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 525 Bytes

Mamazon

Welcome to Mamazon! A shopping app for moms! This app takes orders from customers and allows for inventory management. This is a CLI app, so please see the links below or video on how the app works!
Rename this file to ".env" and enter your personal key values on a non-public server to run this application.
MySQL Connection

DB_HOST="localhost"
DB_USER="root"
DB_PASS="your password"

https://youtu.be/EBsQzY5SBtY - MamazonManager.js

https://youtu.be/mL2UHL3gyDM - MamazonCustomer.js