Backend repository for the Co-Labor project.
-
Gradle
-
JAVA: 17
-
ElasticSearch: 8.15.2
-
MySQL: 8.0
- Springboot: 3.3.1
1. Run the following commands in your desired directory.
git clone
cd Co-Labor
2. Download Docker images
docker compose pull
3. Start Docker services
docker compose up -d
- Backend API: http://localhost:8080
Apache 2.0