Command line Gift purchasing application
Classes and functionalities:
- AdminVerify -> verifies the admin credentials
- AdminPage -> allows admin to update the Gift Shop. Add a new gift model, update the price and/or avaialability of a existing model. Delete a model from the gift shop.
- Cart -> Allows a user to check their orders, cart and place new orders.
- Login -> Verfies a user and if verified logs in the user to the application.
- Main -> Landing page of the application. Redirects user to login, admin login or new registeration page.
- Register -> Registers a new user.
- User -> Allows user to see all available gifts, add gifts to cart, move to checkout the cart.
Setup/ Requirements -> JAVA environment, JDBC and Oracle.
Lauch the application by running main.java file.