Skip to content

Chess application using Spring Boot and JavaFX for OOAD project

Notifications You must be signed in to change notification settings

Jacob3075/ChessApp

Repository files navigation

ChessApp

Chess application using Spring Boot and JavaFX for OOAD project

Starting MySQL database with Docker

docker run --name mysql-container -e MYSQL_ROOT_PASSWORD=1234 -e MYSQL_DATABASE=chess_db -d -p 3306:3306 mysql

Getting Started

Reference Documentation

For further reference, please consider the following sections:

Additional Links

These additional references should also help you:

Releases

No releases published

Packages

No packages published