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
- Host: GitHub
- URL: https://github.com/ohmycloud/rust-on-nails
- Owner: ohmycloud
- Created: 2025-08-30T15:07:04.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-09-06T03:25:07.000Z (10 months ago)
- Last Synced: 2025-09-13T11:31:23.231Z (9 months ago)
- Language: JavaScript
- Size: 144 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```