Skip to content

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

Notifications You must be signed in to change notification settings

aenesgur/GraphQL-Java-Spring-Boot-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages