gRPC for my blog site ITish
My blog site ITish (GitHub) was written using templates, but in our time there are not a lot of projects that use templates. That's why here is gRPC of the "ITish"
Look at the requirements.txt
To run this project, you will need to add the following environment variables:
DATABASE_URL
JWT_SECRET_KEY
JWT_REFRESH_SECRET_KEY
Look at the file_env_example.txt
To get started with the project, follow these steps:
-
Clone the repository:
git clone https://github.com/Gubchik123/ITish-gRPC.git
-
Go to the project directory:
cd ITish-gRPC
-
Install the required dependencies:
pip install -r requirements.txt
-
Run the gRPC servers:
python blog_grpc_server.py python auth_grpc_server.py python user_grpc_server.py
Note: Don't forget about environment variables