Skip to content

yibozhuang/reservations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reservations

A service for handling time-slot based reservations.

Tech-stack:

  • Rust for development
  • gRPC for service APIs
  • Postgres for data store

Building

$ cargo build

Running Locally

  1. Copy .env.example to .env and properly configure database connection

  2. Run with Docker

$ docker-compose up --build
  1. Test with example client
$ cargo run --example client

About

A service for handling time-slot based reservations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published