/Java-SpringBoot-Library-example

Basic spring boot project example with CRUD

Primary LanguageJavaMIT LicenseMIT

Java-SpringBoot-Library-example

Project: Library application created with Java Spring Boot and PostgreSQL as database.

This Library project is created with Java Spring Boot that provides a simple and efficient way to manage books, librarians, clients and orders using a PostgreSQL database.


Table of Contents


Usage

Once the application is running, you can access the library management system through your web browser at http://localhost:9090. Use the provided APIs to perform CRUD operations.

Configuration

The application uses a PostgreSQL database for data storage. To configure the database connection, edit the application.properties file and provide your PostgreSQL database details.

Properties

spring.datasource.url=jdbc:postgresql://localhost:5432/yourdatabasename spring.datasource.username = yourusername spring.datasource.password = yourpassword server.port = 9090

Features

  • Add, retrieve, update, and delete books,librarians,clients and orders details in the library.
  • RESTful API endpoints for integrating with other applications.

License

This project is licensed under the MIT License - see the LICENSE file for details.