An open API service indexing awesome lists of open source software.

https://github.com/cafebazaar/booker-reservation


https://github.com/cafebazaar/booker-reservation

Last synced: 3 months ago
JSON representation

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
```