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.
- Host: GitHub
- URL: https://github.com/siddhantsharma24/graphql-book-library-springboot
- Owner: siddhantsharma24
- Created: 2022-12-26T10:08:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-10T07:51:52.000Z (over 3 years ago)
- Last Synced: 2026-06-13T04:35:41.288Z (about 1 month ago)
- Topics: crud-application, graphql, java, jpa-hibernate, rest-api, spring-boot
- Language: Java
- Homepage:
- Size: 131 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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