# Tonic + gRPC + SeaORM Simple implementation of gRPC using SeaORM. run server using ```bash cargo run --bin server ``` run client using ```bash cargo run --bin client ``` Run mock test on the service logic crate: ```bash cd service cargo test --features mock ```