Server application for bachelor's disertation paper using Spring Boot. This server expoeses a GraphQL endpoint as well as an equivalent REST API to showcase the differences and possibilities of both approaches to developing web APIs.
The GraphQL API is available at https://lvrnjak-blog-server.herokuapp.com/graphql.
The REST API is available at https://lvrnjak-blog-server.herokuapp.com/rest-api.
You can check out the source code for both client applications (developed with ReactJs) at GraphQL client and Rest client.