https://github.com/michaelcoll/gallery-proto
The Protobuf/GRPC definition for the gallery app
https://github.com/michaelcoll/gallery-proto
Last synced: 5 months ago
JSON representation
The Protobuf/GRPC definition for the gallery app
- Host: GitHub
- URL: https://github.com/michaelcoll/gallery-proto
- Owner: michaelcoll
- License: apache-2.0
- Created: 2022-10-05T19:48:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-11-25T16:14:22.000Z (7 months ago)
- Last Synced: 2025-11-28T21:56:09.120Z (7 months ago)
- Language: Makefile
- Homepage:
- Size: 89.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

A simple decentralized photo gallery
# gallery-proto
The Protobuf/GRPC definition for the gallery app
## Documentation
- [Daemon endpoints](doc/daemon.md)
- [Photo endpoints](doc/photo.md)
## Re-generate the doc and contracts
```
make
```