An open API service indexing awesome lists of open source software.

https://github.com/siddhantsharma24/graphql-book-library-springboot

GraphQL Project for Book Library using CRUD applications through REST API implemented using JPA Repository in Springboot Framework.
https://github.com/siddhantsharma24/graphql-book-library-springboot

crud-application graphql java jpa-hibernate rest-api spring-boot

Last synced: about 1 month ago
JSON representation

GraphQL Project for Book Library using CRUD applications through REST API implemented using JPA Repository in Springboot Framework.

Awesome Lists containing this project

README

          

# GraphQL-Book-Library-SpringBoot-Application
REST API Project for Book Library using CRUD (Create Retrieve Update Delete) applications through API implemented using JPA Repository in Springboot Framework.

Technologies used: Java, SpringBoot, REST API, JPA Repository, Postman.

Description about technologies used:
REST API is used for basic CRUD operations, i.e. GET, POST, DELETE and UPDATE.
The application is used for Storing information of Library Books using these CRUD methods accessed via JPA repository.

To start the project in your local:
-Go to main folder in Intellij/Eclipse and run the application as a SpringBoot Application
-For inserting/deleting values, use Postman and select appropriate function i.e. GET, POST, DELETE or UPDATE. For UPDATE/ POST operations, write JSON queries in the Postman Application.
-For making GraphQL queries, try to write JSON in appropriate format and use GraphQL section in Postman application.
-Make sure your server is up and running before using Postman for sending requests.

Thanks