Skip to content

andres15alvarez/fastapi_microservices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Microservices with FastAPI

Two microservices made with FastAPI connected to the same RedisJSON instance. These microservices communicate each other through HTTP. Each folder is a microservice.

Setup

In each folder:

virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
uvicorn main:app --reload --port 8000

In the other microservice:

uvicorn main:app --reload --port 8001

About

Two microservices, redisJSON and FastAPI

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published