Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple OnlineStore System

This project is a simple OnlineStore system implemented in Java. It simulates a system where there are three types of users: Admin, Employee, and Customer. Each user type has different capabilities and access levels.

Getting Started

To get started with this project, clone the repository and open the project in your preferred Java IDE.

Prerequisites

You need to have Java installed on your machine to run this project. You can download it from the official Oracle website.

Running the program

To run the program, navigate to the Menu.java file in your IDE and run the main method.

Features

Admin

The admin has the ability to:

  • Add an employee
  • Remove an employee
  • Update an employee
  • Show all employees
  • Logout

Employee

An employee has the ability to:

  • Add a customer
  • Remove a customer
  • Update a customer
  • Show all customers
  • Add an item
  • Remove an item
  • Update an item
  • Show all items
  • Logout

Customer

A customer has the ability to:

  • Buy items
  • View their cart
  • Logout

Built With

  • Java - The programming language used

Authors

-@mohiabd99

License

Acknowledgments

About

This project is a simple OnlineStore system implemented in Java. It simulates a system where there are three types of users: Admin, Employee, and Customer. Each user type has different capabilities and access levels.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages