Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

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

7 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages