Tweets REST API to be used as a template whenever a microservice architecture with gRPC and REST is required. It handles: Tweeting CRUD through the localhost:8080/tweets/ schema. Users CRUD through the localhost:8080/users/ schema. Architectural design: