Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 458 Bytes

File metadata and controls

21 lines (16 loc) · 458 Bytes

📦 Installation Guide

This guide helps you install and run the BlockCloud backend service locally.

Prerequisites

  • Java 17 or higher (Java 21 recommended)
  • Git
  • Gradle (wrapper included)

Clone the Repository

git clone https://github.com/your-username/blockcloud-backend.git
cd blockcloud-backend

Run the Application

./gradlew bootRun

The server will be available at: http://localhost:8080