Skip to content

Samodhap/MicroservicesApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Microservices-based-App

Demonstrates basics principles of Microservices architecture, its design patterns etc.

Microservices Application Architecture

  1. microservice 1 (Shopping Catalog) - Django (Python 3.7.3, Django 3.1.7, Django REST framework 3.12.2, PyMySQL 1.0.2) A somple microservice that provides REST endpoints to perfrom CRUD operations.
  2. database - default Django available database (MySQL 8.0)
  3. front end app - REACT
  4. API Gateway - netflix zuul API Gateway is used (Spring boot based)
  5. Eureka server - to handle service registry (Spring boot based)
  6. Sidecar application - to handle communication among Django microservice and Eureka server (Spring boot based)

All the componants are dockerized and deplyed using docker compose.

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors