An open API service indexing awesome lists of open source software.

https://github.com/paurakhsharma/python-microservice-fastapi

Learn to build your own microservice using Python and FastAPI
https://github.com/paurakhsharma/python-microservice-fastapi

docker docker-compose fastapi microservice nginx postgresql python

Last synced: 2 months ago
JSON representation

Learn to build your own microservice using Python and FastAPI

Awesome Lists containing this project

README

          

# python-microservice-fastapi
Learn to build your own microservice using Python and FastAPI

## How to run??
- Make sure you have installed `docker` and `docker-compose`
- Run `docker-compose up -d`
- Head over to http://localhost:8080/api/v1/movies/docs for movie service docs
and http://localhost:8080/api/v1/casts/docs for cast service docs