🚀 Running the Project - Subham95-git/spring-cloud-gateway GitHub Wiki

🚀 Running the Project

1️⃣ Clone the repository

git clone <repository-url> cd cloud-gateway

2️⃣ Build the application

./gradlew build # or mvn clean install

3️⃣ Start the gateway service

java -jar build/libs/cloud-gateway-0.0.1-SNAPSHOT.jar

4️⃣ Ensure microservices are running before testing API routing

⚠️ **GitHub.com Fallback** ⚠️