Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 846 Bytes

File metadata and controls

35 lines (24 loc) · 846 Bytes

Devfolio Microservices Project

This project is a Spring Boot-based microservices application consisting of:

  • devfolio-service-registry: A service registry for registering and discovering microservices.
  • devfolio-api-gateway: An API gateway to route requests to various microservices.

Getting Started

Prerequisites

  • Java 17 or higher
  • Maven (optional, use ./mvnw provided in service folders)

Running the Services

You can start both services using the provided scripts in the root directory.

Using Bash (Linux/WSL/Git Bash)

�ash sh run.sh

Using PowerShell (Windows)

powershell .\run.ps1

Using CMake

�ash cmake -B build cmake --build build --target run-all

The scripts will start the Service Registry first, wait 15 seconds for it to initialize, and then start the API Gateway.