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.
-
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









