Skip to content

w7b/spring-microservices

Repository files navigation

Project name 💻

TechnologiesGetting StartedAPI Endpoints

Spring Cloud Playground and Dynamic Connection of Microservices.

💻 Technologies

  • list of all technologies you used
  • Java
  • Spring Cloud
  • Eureka
  • Open Feign
  • Docker

🚀 Getting started

Prerequisites

Pre-requisites to run this project.

Cloning

How to clone your project

git clone https://github.com/w7b/spring-microservices

Starting

How to start your project

To build a project with docker

docker compose up --build

📍 API Endpoints

Here you can list the main routes of your API, and what are their expected request bodies. ​

route description
POST /tasks send task response details

POST /tasks

REQUEST

{
  "title" : "Test task",
  "email" : "[email protected]",
  "dueDate" : "2025-06-01T13:40:00",
  "notified" : false
}

RESPONSE

{
  "id": 2,
  "email": "[email protected]",
  "title": "Test task",
  "dueDate": "2025-06-01T13:40:00",
  "notified": false
}

About

with spring cloud and eureka

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published