An open API service indexing awesome lists of open source software.

https://github.com/caresle/chess-api

Chess api demo simulating an online platform like chess.com or lichess
https://github.com/caresle/chess-api

java postgresql postgresql-database spring spring-boot

Last synced: about 2 months ago
JSON representation

Chess api demo simulating an online platform like chess.com or lichess

Awesome Lists containing this project

README

          

# CHESS API

## Table of Contents

- [About](#about)
- [Getting Started](#getting-started)

## About

This is a simple chess API that will be used has a demo, for the purpose of simulating an online
platform like [chess.com](https://www.chess.com/home) or [lichess](https://lichess.org/)

## Getting Started

1. Clone the repository
2. Copy the `.env.example` file to `.env` and fill in the values
3. Run `docker-compose up -d`