Backend for ChessNG
Run maven clean install
to install the required dependencies.
- 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