Skip to content

Backend for ChessNG, Web service for playing Chess with Mongo DB and Kafka for messaging with Google Sign in.

Notifications You must be signed in to change notification settings

SanketRevankar/ChessApi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chess API

Backend for ChessNG

Docker Cloud Automated build

Docker Cloud Build Status

Install Dependencies

Run maven clean install to install the required dependencies.

Development server

  • Run spring-boot:run with the below environment variables (or add them in application.properties) -
  • Add Url for ChessNg (Local - http://localhost:4200)
    • websocket.allowedOrigin=http://localhost:4200
  • Create your client id from Google Client id
    • google.clientId=
  • Change it to a random string
    • jwt.secret=149aDklbn127A%SW&1214214@#1ewadsa
  • Connection details for a mongodb instance
    • spring.data.mongodb.uri=

Docker image is available on DockerHub

About

Backend for ChessNG, Web service for playing Chess with Mongo DB and Kafka for messaging with Google Sign in.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published