Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 1.4 KB

README.md

File metadata and controls

33 lines (19 loc) · 1.4 KB

SWEproject

A full-stack project that manages an online flower store using server-client architecture (written in java).

About:

  1. A Front-End and Back-End JAVA software project created by Eclipse and manages online flowers store with different branches around the country.
  2. Enables registering as a customer, manager or employee with the option of also entering as a guest and buying from the store.
  3. Managers and employees can also manage the items in the store.
  4. The store connects to a remote SQL Database on phpmyAdmin in order to execute orders from the server.

IMPORTANT : In order to view the complete server code go to the src folder, then to the ocsf folder and click on the file LilacServer.java which contains all the server code.

Sample Pictures For Demonstration :

Home screen :

Managers and employees login screen :

'

Customers login screen :

Customers registration screen :

Customers failed registration attempt example because of invalid name :