Skip to content

hanin-mohamed/Amazon-El8alaba

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amazon El8alaba Project

This project is a simple product management system that allows users to add, update, view, and delete products. It includes validation for product details and supports image uploads.

Features

  • Add New Product: Users can add new products with details such as name, expiration date, manufacturer, price, and availability.
  • Validation: The system validates input fields to ensure data integrity.
  • Update Product: Existing products can be updated with new information.
  • Delete Product: Products can be removed from the list.
  • View Product Details: Users can view detailed information about each product.
  • Image Upload: Supports uploading images for products.

Technologies Used

Backend

  • Java: The primary programming language used for backend logic.
  • Spring MVC: Used for building the backend of the application, handling REST APIs, and managing dependencies.
  • Hibernate: Used as an ORM (Object-Relational Mapping) tool to interact with the database.

Frontend

  • JSP (JavaServer Pages): Used for creating dynamic web pages.
  • Bootstrap: Used for styling the frontend and making it responsive.
  • CSS: Used for additional custom styling.

Database

  • MySQL: Used as the relational database management system to store products & Products Details.
  • Database connection Configuration spring.datasource.url=jdbc:mysql://localhost:3306/amazon_el8alaba spring.datasource.username=your_username spring.datasource.password=your_password

Other Tools

  • Maven: Used for dependency management and building the project.
  • Git/GitHub: Used for version control and collaboration.

Project Screens

Add Product Page Add Product With Validation Add Product with Image Upload
Add Product Page Add Product With Validation Add product-support upload image
Product Details Products List - Product Added Products List - Product Deleted
Product Details Products-list-Product Added Products-list-Product Deleted
Product Details with Uploaded Image Update Product Page Update Product With Validation Updated Product
produtc-details with uploaded image Update Product Page Update Product With Validation Updated-Product

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published