Skip to content

HumanJBooF/bamazon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bamazon

A "amazon" like store-front

Set up

  • Clone repo.
  • Open your favorite command prompt
  • cd to the repo folder
    • Optional
    • Optional steps to run it on a VM
    • Once you are in the folder with the .vagrantfile run 'vagrant up'
    • after the box is set up run 'vagrant ssh'
    • cd /var/code
  • cd code
  • run 'npm install'
  • change the password in the connection.js to what you mysql password is
  • connect to workbench or whatever mysql database you are using via SSH tunnel
  • run bamazon.js

What Each JavaScript File Does

  1. bamazon,js
  • A starting page will ask you if you are customer, manager or supervisor then send you to where you need to go

  1. bamazonCustomer.js
  • View all inventory
  • Buy a product by Item Id

customerGif


  1. bamazonManager.js
  • View all inventory
  • View inventory that is below 5 in stock

manager

  • Add to inventory stock
  • Add new inventory product

manager


  1. bamazonSupervisor.js
  • View all departments
  • Add new departments

supervisor


Technology Used

Author

Joshua LeBoeuf

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published