https://github.com/cafebazaar/booker-reservation
https://github.com/cafebazaar/booker-reservation
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cafebazaar/booker-reservation
- Owner: cafebazaar
- License: mit
- Created: 2016-05-17T15:45:28.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-18T21:05:49.000Z (about 9 years ago)
- Last Synced: 2024-12-28T22:54:41.811Z (5 months ago)
- Language: Go
- Size: 19.5 KB
- Stars: 1
- Watchers: 10
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# booker-reservation
Part of **Booker** project, a sample application to demonstrate usage of gRPC
to communicate between microservices and android clients.## Development
```
cp env.local.sample env.local.sh
# customize env.local.sh
source env.local.sh
make reservation
./reservation serve
```