Giter VIP home page Giter VIP logo

bamazon's Introduction

bamazon

bamazon is a CLI that simulates sales for an online store. It contains 3 programs which interact with the same database:

  • Customer
    • Can buy products from the store
  • Manager
    • View Products for Sale
    • View Low Inventory (Item less then 20)
    • Add to Inventory
    • Add New Product
  • Supervisor
    • Can buy products from the store
    • Can buy products from the store

Technologies

  1. ES6
  2. Node.js
  3. MySQL

Installing & Running bamazon

In order for Bamazon to run you will need the following:

  • Bash
  • Node.js & npm (npm is a native package of Node.js)
  • MySQL Workbench
  1. Open bash and type git clone https://github.com/RealTayy/bamazon.git to pull bamazon off gitHub

How To 3

  1. Then type cd bamazon/; npm i to go into the bamazon folder and install the required npm packages

How To 3

  1. Open MySQL Workbench and connect to localhost:3306. After that open bamazonSchema.sql and run it. Once the schema has been loaded open bamazonSeed.sql and run that to finish loading the initial database/table/entires

How To 3

Congratulations! You have successfully installed bamazon

Demos

Customer

  1. Running the bamazonCustomer.js Customer 1

Manager

  • Manager
    • View Products for Sale
    • View Low Inventory (Item less then 20)
    • Add to Inventory
    • Add New Product

Supervisor

  • Supervisor
    • View Department Sales
    • Add a New Department

bamazon's People

Contributors

realtayy avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.