This is well strcutured python grpc server boilerplate.
- good folder structure
- dockerized
- interceptors for authentication
- proto generate script (protobuf to proto generate)
hot reload support
***
Note
you need to ensure that you have python 3.12+
installed on your machine and pipenv
installed
pipenv shell
pipenv install
./run_project.sh
this will run grpc server on port 50051
- you can test api with apidog desktop app