Skip to content

Latest commit

 

History

History
44 lines (36 loc) · 2.15 KB

Readme.md

File metadata and controls

44 lines (36 loc) · 2.15 KB

Circular Chess backend

Java CI with Maven License: MIT

The backend mainly consist of:

  • Controllers
  • Models
  • Services

Requirements

For building and running the application you need:

Run locally

Backend only

mvn spring-boot:run

Complete stack

git clone [email protected]:ccd-course/frontend_app.git
cd frontend_app
docker-compose up

Local instances can be found here:

Auto deployment

The develop branches of frontend and backend are auto deployed on every commit:

Documentation