A service for handling time-slot based reservations.
Tech-stack:
- Rust for development
- gRPC for service APIs
- Postgres for data store
$ cargo build
-
Copy
.env.example
to.env
and properly configure database connection -
Run with Docker
$ docker-compose up --build
- Test with example client
$ cargo run --example client