No description
- Rust 78.9%
- CSS 14.2%
- Nix 6.9%
| .cargo | ||
| assets | ||
| data | ||
| src | ||
| .envrc | ||
| .gitignore | ||
| build.rs | ||
| Cargo.lock | ||
| Cargo.toml | ||
| contract.hurl | ||
| flake.lock | ||
| flake.nix | ||
| readme.md | ||
| rust-toolchain.toml | ||
Setup
$ direnv allow
Running
$ cargo run
Testing
cargo test
cargo run
hurl contract.hurl --variable base='http://localhost:3000' --verbose
Regenerate Entities
$ sea-orm-cli generate entity -u $DATABASE_URL -o src/entities