Skip to content

Simple realtime chat service with GraphQL, Spring Boot, Redis and MongoDB

Notifications You must be signed in to change notification settings

bidulgi69/spring-boot-graphql

Repository files navigation

Spring-GraphQL

Simple realtime chat service with GraphQL, Spring Boot, Redis
Using GraphQL subscription and Redis pub/sub, implemented realtime chatting api.

Stacks

Run

  1. Before running the application, be sure to fire up Redis and MongoDB with:

     docker-compose up -d
    
  2. Build & Run java application

     ./gradlew bootjar && java -jar /build/libs/*.jar &
    

Playground

You can test graphql apis through graphiql GUI.
After starting the application, access the URL below.

http://localhost:8080/graphiql

About

Simple realtime chat service with GraphQL, Spring Boot, Redis and MongoDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published