https://github.com/vishalanarase/guestbook
Simple gRPC based guestbook application with microservices architecture, featuring authentication and message posting capabilities
https://github.com/vishalanarase/guestbook
golang grpc jwt-authentication microservices
Last synced: 3 months ago
JSON representation
Simple gRPC based guestbook application with microservices architecture, featuring authentication and message posting capabilities
- Host: GitHub
- URL: https://github.com/vishalanarase/guestbook
- Owner: vishalanarase
- License: mit
- Created: 2025-03-11T08:49:46.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-06-26T09:49:49.000Z (12 months ago)
- Last Synced: 2025-12-26T08:49:11.077Z (6 months ago)
- Topics: golang, grpc, jwt-authentication, microservices
- Language: Go
- Homepage:
- Size: 73.2 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# guestbook
> Welcome to the Guestbook project! 🎉 This repository contains a simple guestbook application built using **gRPC** and **microservices architecture**. Users can register, log in, and post messages to the guestbook. The project includes two main services: **Authentication** and **Guestbook**