Skip to content

A store application for making purchases, updating store data and inventory stocks, creating new departments, tracking sales and profits, etc.

Notifications You must be signed in to change notification settings

pasever/bamazon

Repository files navigation

BAMAZON

Overview

An advanced NodeJS application designed to be used in a brick and mortar business as well as online. The application offers customers the ability to make purchases, allows store managers to update store data and inventory stocks, and can be utilized by store supervisors for a number of more advanced purposes, such as creating new departments, tracking sales and profits, etc.

Built with

  • NodeJS
  • MySQL
  • Cli-table
  • Inquirer
  • Prompt
  • Javascript

Main Menu:

main menu

Level one: Customer

-- Pulls data from the database and presents the table to the customer

screen2

-- Customer places an order

screen3

-- If qty in our database is sufficient

screen4

-- Confirms the order and updates the database

screen6

-- If qty is not sufficient

screen5

-- The database is now updated. New qty is reflected

screen7

Level two: Manager

-- Manager's main menu

screen8

-- Products for sale available in manager's portal

screen9

-- Qty of item less than 5

screen10

-- Restock qty

screen11

-- New qty is reflected in our database

screen12

-- Add a new product to our database

screen13

-- and ... new item successfully added

screen14

Level three: Supervisor

... in progress

About

A store application for making purchases, updating store data and inventory stocks, creating new departments, tracking sales and profits, etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published