Skip to content

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 .

Notifications You must be signed in to change notification settings

Kapil7982/HostBuddy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HostBuddy

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.

REST API Use for below functions

  • 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.

Tech Stack

  • Java
  • Hibernate
  • Spring Framework
  • Spring Boot with JPA
  • MySQL
  • Maven
  • Swagger UI
  • HTML
  • CSS
  • JavaScript

Module

  • User

MySql database details

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

API Functionality are-

  • User features

  • 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.

Swagger-UI(API's)

WhatsApp Image 2023-05-12 at 10 18 27 PM

Frontend

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.

WhatsApp Image 2023-05-12 at 10 21 34 PM

About

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 .

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published