Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 375 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 375 Bytes

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:

temp