Skip to content

devfolio-ucsy/devfolio-gateway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Gateway and Service Registry's monorepo for DeVfolio's microservices.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors