Skip to content

Instantly share code, notes, and snippets.

View abhinandanchivate's full-sized avatar

abhinandanchivate abhinandanchivate

View GitHub Profile
---
---
<ol>
<li>Flight Search Microservice</li>
</ol>
<p>GET /api/flights/search</p>
<p>Description: Search for available flights based on criteria.</p>
<title>airline.md</title>
@abhinandanchivate
abhinandanchivate / airline.md.md
Last active September 11, 2024 05:43
airline.md
<title>airline.md</title>
@abhinandanchivate
abhinandanchivate / airline.md
Last active September 11, 2024 05:43
airline.md


  1. Flight Search Microservice

GET /api/flights/search

Description: Search for available flights based on criteria.
  1. Flight Search Microservice GET /api/flights/search Description: Search for available flights based on criteria. Request Payload: json Copy code { "departureCity": "New York", "arrivalCity": "Los Angeles", "departureDate": "2024-12-15",


Case Study: Complex eCommerce Platform with Microservices and React

1. Project Overview

Project Name: eCommerce Platform

Objective: Design and develop a scalable and robust eCommerce platform utilizing microservices architecture and modern web technologies. This proof-of-concept (POC) will demonstrate the development of a feature-rich online shopping solution and provide an immersive learning experience for freshers. Key functionalities will include user authentication, product management, shopping cart management, and order processing.

Technologies Used:


Hands-on Lab: Day 4 - Service Discovery and Microservices Design Patterns

Lab Overview

In this lab, you will set up a service discovery system using Eureka. You will configure Eureka Server, register microservices with Eureka, and test the service discovery functionality.


1. Lab Preparation