Skip to content

elvykiung/bamazon

Repository files navigation

MySQL

Table of contents

General info

This is an app using MYSQL to create Amazon-like storefront. The app will take in orders from customers and deplete stock from the store's inventory. It track product sales across store's departments and provide a summary of the highest-grossing departments in the store.

The programme interface

$ node bamazonCustomer.js

There are three phase for this app. First the customer able to put an order of product they like to purchase and it will auto calculate the total purchase price for the customer.

At the same time the info will be update to MYSQL database for the quantity being deduct and revenue earn.

screenshot screenshot

$ node bamazonManager.js

The second function of the application is allow the manager to manage the inventory from the database.

Manager able to selects options which action would like to take.

  • View Products for Sale

  • View Low Inventory

screenshot

  • Add to Inventory

screenshot

  • Add New Product

screenshot

$ node bamazonSupervisor.js

The third function of the application will allow supervisor to view the products sale by department sale and allow them to add new department

screenshot

Technologies

Project is created with:

  • JavaScript
  • Node.js
  • NPM package
  • MYSQL

Deployment

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published