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

https://github.com/ohmycloud/rust-on-nails

Axum exercise demo
https://github.com/ohmycloud/rust-on-nails

Last synced: 9 months ago
JSON representation

Axum exercise demo

Awesome Lists containing this project

README

          

## Rust on Nails

Built with the [Rust on Nails](https://rust-on-nails.com/) architecture for secure full stack web applications.

```bash
cargo install cornucopia
cd crates/db
cargo build

brew install mold
cargo install just

# test gRPC
brew install grpcui
cargo run --bin web-server
grpcui -plaintext localhost:50051
```