aenesgur / GraphQL-Java-Spring-Boot-Project

It is GraphQL boilerplate project developed on Java Spring Boot. PostgreSQL used as a database on Docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sample Java Spring Boot Project with GraphQL and PostgreSQL

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.

Example queries on playground

Screen Shot 2021-03-07 at 23 03 49

Screen Shot 2021-03-07 at 23 04 31

Screen Shot 2021-03-07 at 23 05 22

Screen Shot 2021-03-07 at 23 12 19

Screen Shot 2021-03-07 at 23 12 36

Screen Shot 2021-03-07 at 23 18 07

Screen Shot 2021-03-07 at 23 19 23

Screen Shot 2021-03-07 at 23 20 58

Screen Shot 2021-03-07 at 23 21 49

About

It is GraphQL boilerplate project developed on Java Spring Boot. PostgreSQL used as a database on Docker


Languages

Language:Java 100.0%