Skip to content

nathanesau/chessapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

chessapi

Java Chess API written using Spring Boot and Thymeleaf.

Features

  • Provides an API which takes PGN as input and returns the current board.
  • Provides a frontend for testing out the API. Check out the very cool chessboardjs project.

API Tests

curl -H "Content-Type: application/json" --request POST --data "hello world" "http://localhost:8080/api/get_chess_board"

Design

The wiki provides information on the programming design for the Chess logic.

See https://github.com/nathanesau/chessapi/wiki/Chess-Design.

About

Chess Site written using Spring Boot and Thymeleaf.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published