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
- Host: GitHub
- URL: https://github.com/caresle/chess-api
- Owner: Caresle
- License: mit
- Created: 2025-02-20T02:08:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-20T02:12:36.000Z (over 1 year ago)
- Last Synced: 2025-02-20T03:23:10.490Z (over 1 year ago)
- Topics: java, postgresql, postgresql-database, spring, spring-boot
- Language: Java
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`