Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/strange1108/productcrudapp
https://github.com/strange1108/productcrudapp
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/strange1108/productcrudapp
- Owner: Strange1108
- Created: 2023-12-11T16:23:14.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-10T08:43:34.000Z (9 months ago)
- Last Synced: 2024-04-10T10:03:03.297Z (9 months ago)
- Language: Java
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![image](https://github.com/Strange1108/ProductCrudApp/assets/137171724/f6c7d3a4-ffd1-4bfc-8d56-44189191da97)
![image](https://github.com/Strange1108/ProductCrudApp/assets/137171724/1357f236-0494-4087-8d7b-64fa26b7d336)# Product CRUD Application
This is a web-based Product CRUD application built using Spring MVC and Thymeleaf, with MySQL as the database. It allows users to perform CRUD operations on products, including creating new products, viewing a list of products, updating existing products, and deleting products.
## Features
- **Product CRUD Operations:**
- Create new products with details such as name, description, price, etc.
- View a list of all products with pagination.
- Update existing products with the latest information.
- Delete products that are no longer needed.- **User-Friendly Interface:**
- Intuitive and responsive user interface for easy navigation.
- Thymeleaf templates for dynamic and server-rendered HTML pages.- **Validation:**
- Client-side and server-side validation to ensure data integrity.## Technologies Used
- **Backend:**
- [Spring MVC](https://docs.spring.io/spring-framework/docs/current/reference/html/web.html) - Web module for building web applications.
- [Hibernate](https://hibernate.org/) - ORM (Object-Relational Mapping) framework.- **Frontend:**
- [Thymeleaf](https://www.thymeleaf.org/) - Server-side Java template engine for web and standalone environments.
- [Bootstrap](https://getbootstrap.com/) - Front-end framework for responsive design.- **Database:**
- [MySQL](https://www.mysql.com/) - Relational database management system.## Getting Started
### Prerequisites
Ensure that you have the following software installed on your machine:
- [Java Development Kit (JDK)](https://www.oracle.com/java/technologies/javase-downloads.html)
- [Spring Tool Suite (STS)](https://spring.io/tools)
- [MySQL](https://www.mysql.com/)### Installation
1. **Clone the Repository:**
```bash
git clone https://github.com/Strange1108/ProductCrudApp.git
cd ProductCrudApp