It is GraphQL boilerplate project developed on Java Spring Boot. There is a small scenario based on the Real Estate industry. There are two fields as Listing and Trade Type. While a listing will have only one Trade Type, a Trade Type may have more than one Listing. It has a One to Many relationship. Within the scope of the project, PostgreSQL which is running on Docker, used for database. Code First approach preffered.
-
Medium url: https://medium.com/emlakjet/integration-and-using-graphql-on-a-java-spring-boot-project-899f4c4edc53
-
run the "docker-compose up -d" command in the "resources" folder and then run the application.
-
Playground url: http://localhost:8010/playground
- Voyager extension added, test it with: http://localhost:8010/voyager