A simple Spring Boot and gRPC application with the sole purpose off getting started with gRPC and learning more about it
- Clone the repository
- Navigate to the project directory
- Build the project using Maven:
./mvnw clean install
- Build protos schemas:
cd proto && ./mvnw compile
- Run the project using Maven wrapper:
./mvnw spring-boot:run
- The application will start on http://localhost:8080
- You will also need the database installed on your machine and set the connection vars on the application.properties or application.yml