Skip to content

MartinsMessias/microservices_python_grpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project to study microservices and gRPC

Quality Gate Status Bugs Vulnerabilities Code Smells

Getting started

Microservices are a way to organize complex software systems. Instead of putting all your code into one app, you break your app into microservices that are deployed independently and communicate with each other.

  • Catalog will be a very minimal web app that displays a list of movies to the user.
  • Recommendations will be a microservice that provides a list of movies in which the user may be interested.

image info

Start the services in the background:

docker-compose up -d

Open Homepage at http://localhost:5000.

To stop the services in the background:

docker-compose down

About

Project to study microservices and gRPC with Python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published