This project is a Python-based gRPC server that provides search services. The server is designed to run using Python 3.10 and includes all necessary dependencies in the requirements.txt
file.
Make sure you have Docker installed on your machine to build and run the container.
- Clone the repository
git clone <repository-url>
cd <repository-directory>
- Build the Docker image
docker build -t grpc-search-service .
- Run the Docker container
docker run -d -p 50051:50051 grpc-search-service