Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/urunov/springboot-graphql-fullstack-projects
FullStack projects included Spring Boot and GraphQL, Hibernate JPA.
https://github.com/urunov/springboot-graphql-fullstack-projects
api error-handling fullstack graphql graphql-api graphql-server hibernate node npm query react-native react-router reactjs security spring spring-boot yarn
Last synced: about 2 months ago
JSON representation
FullStack projects included Spring Boot and GraphQL, Hibernate JPA.
- Host: GitHub
- URL: https://github.com/urunov/springboot-graphql-fullstack-projects
- Owner: Urunov
- Created: 2020-07-19T03:55:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T08:20:55.000Z (about 2 years ago)
- Last Synced: 2023-03-07T15:22:41.102Z (almost 2 years ago)
- Topics: api, error-handling, fullstack, graphql, graphql-api, graphql-server, hibernate, node, npm, query, react-native, react-router, reactjs, security, spring, spring-boot, yarn
- Language: Java
- Homepage:
- Size: 7.4 MB
- Stars: 12
- Watchers: 0
- Forks: 9
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project Map instruction road.
- [GraphQL-Projects-Frontend](https://github.com/Urunov/SpringBoot-GraphQL-FullStack-Projects/tree/master/GraphQL-Projects-Frontend)
* Part-1.GraphQL-HelloWorld (more detail explanation included: [intial step](https://github.com/Urunov/SpringBoot-GraphQL-FullStack-Projects/tree/master/GraphQL-Projects-Frontend/Part-1.GraphQL-HelloWorld))
* Part-2.GraphQL-Functions-Types (using function road map: [resource](https://github.com/Urunov/SpringBoot-GraphQL-FullStack-Projects/tree/master/GraphQL-Projects-Frontend/Part-2.GraphQL-Functions-Types))
* Part-3-SpringBoot-GraphQL-Book-Projects (example project: Spring Boot GraphQL POSTMAN [API](https://github.com/Urunov/SpringBoot-GraphQL-FullStack-Projects/tree/master/GraphQL-Projects-Frontend/Part-3-SpringBoot-GraphQL-Book-Projects))
* Part-4. Spring Boot GraphQL MySQL Hibernate (more detail [resolvers](https://github.com/Urunov/SpringBoot-GraphQL-FullStack-Projects/tree/master/GraphQL-Projects-Frontend/Part-4.SpringBoot-GraphQL-MySQL-Hibernate-Project))
* Part-5.GraphQL SpringBoot (Depedency configuration, pox.xml; [data integration](https://github.com/Urunov/SpringBoot-GraphQL-FullStack-Projects/tree/master/GraphQL-Projects-Frontend/Part-5.GraphQL%20SpringBoot))
- [Spring-Boot-Graphql-MySQL-Hibernate-JPA](https://github.com/Urunov/SpringBoot-GraphQL-FullStack-Projects/tree/master/Spring-Boot-Graphql-MySQL-Hibernate-JPA)
* The example defines a basic JPA annontated data model containing a single entity, Person. When spring-boot runs it takes that entity definition and creates an in-memory H2 embedded [database with pre-poluated dummy data](https://github.com/Urunov/SpringBoot-GraphQL-FullStack-Projects/tree/master/Spring-Boot-Graphql-MySQL-Hibernate-JPA).
- [SpringBoot-GraphQL-FullStack-Projects](https://github.com/Urunov/SpringBoot-GraphQL-FullStack-Projects/tree/master/SpringBoot-GraphQL-FullStack-Projects)
* Project-1. Book-Store-SpringBoot-GraphQL (testing project: [resource](https://github.com/Urunov/SpringBoot-GraphQL-FullStack-Projects/tree/master/SpringBoot-GraphQL-FullStack-Projects/Project-1.%20Book-Store-SpringBoot-GraphQL))
* Project-2. Project Backend Frontend (DB integration and testing API : [resource included](https://github.com/Urunov/SpringBoot-GraphQL-FullStack-Projects/tree/master/SpringBoot-GraphQL-FullStack-Projects/Project-2.%20Project%20Backend%20Frontend))
* Project-3. Spring Boot React Graphql Hibernate (Shopping Mall: [resource ](https://github.com/Urunov/SpringBoot-GraphQL-FullStack-Projects/tree/master/SpringBoot-GraphQL-FullStack-Projects/Project-3.%20Spring%20Boot%20React%20Graphql%20Hibernate))
* Project -4. SpringBoot GraphQL Error Handler (testing project, error handling and [improve configuration test case](https://github.com/Urunov/SpringBoot-GraphQL-FullStack-Projects/tree/master/SpringBoot-GraphQL-FullStack-Projects/Project-4.%20SpriungBoot%20GraphQL%20Error%20Handler))
* Project-5. SpringBoot GraphQL Secure Test (Includec Secure and Unit Test(GraphQL mutation and query Cases [represented](https://github.com/Urunov/SpringBoot-GraphQL-FullStack-Projects/tree/master/SpringBoot-GraphQL-FullStack-Projects/Project-5.%20SpringBoot%20GraphQL%20Secure%20Test))--------------------------
Resource:
1. [Getting started with GraphQL Java and Spring Boot](https://www.graphql-java.com/tutorials/getting-started-with-spring-boot/#try-out-the-api)
2. [GraphQL Architecture](https://www.howtographql.com/basics/3-big-picture/)
3. [Graphql Kickstart important](https://www.graphql-java-kickstart.com/tools/schema-definition/)
4. [GraphQL Schema](https://www.tutorialspoint.com/graphql/graphql_schema.htm)
5. [Spring Boot GraphQL Error Handling and Secure ](https://medium.com/@philippechampion58/testing-your-graphql-apis-in-a-spring-boot-app-9fe02ebccc35)
6. [Awesome GraphQL and Resources](https://github.com/merapar/awesome-graphql)