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
- Host: GitHub
- URL: https://github.com/paurakhsharma/python-microservice-fastapi
- Owner: paurakhsharma
- Created: 2020-03-19T10:37:24.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-09-14T01:20:02.000Z (over 3 years ago)
- Last Synced: 2023-10-25T23:56:41.054Z (over 2 years ago)
- Topics: docker, docker-compose, fastapi, microservice, nginx, postgresql, python
- Language: Python
- Homepage: https://dev.to/paurakhsharma/microservice-in-python-using-fastapi-24cc
- Size: 17.6 KB
- Stars: 278
- Watchers: 12
- Forks: 155
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
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