This is a simple gRPC service for managing books, including adding and listing books.
- Java 17
- Maven
- Clone the repository
- Navigate to the project directory
- Run
mvn clean installto build the project
Run the following command to start the gRPC server:
mvn exec:java -Dexec.mainClass=app.pdytr.server.BookServer
Run the following command to start the gRPC client:
mvn exec:java -Dexec.mainClass=app.pdytr.client.BookClient