This is a simple web application that allows users to manage a list of items. The application provides features such as adding new items to the list with a name and a description, viewing all items in the list, and searching for items by name. The backend of the application is implemented in Java, using a framework like Spring Boot to create a simple REST API. And for frontend I have used HTML,CSS, and Javascript.
- User can add the prodcuts.
- User can update the product details.
- User can delete the products.
- User can view all the product list.
- User can search the product by their name.
- Java
- Hibernate
- Spring Framework
- Spring Boot with JPA
- MySQL
- Maven
- Swagger UI
- HTML
- CSS
- JavaScript
- User
Install and connect with database
#db specific properties
spring.datasource.url=jdbc:mysql://localhost:8888/hostbuddy
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.datasource.username=root
spring.datasource.password=port
- User can add the prodcuts.
- User can update the product details.
- User can delete the products.
- User can view all the product list.
- User can search the product by their name.
For frontend part I have use HTML,CSS, and JavaScript. After running the application on browser simply type //localhost:8888/index.html then you can use it accordingly.