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.
- Java 17 or higher
- Maven (optional, use ./mvnw provided in service folders)
You can start both services using the provided scripts in the root directory.
�ash sh run.sh
powershell .\run.ps1
�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.