No description
  • Rust 78.2%
  • CSS 14.2%
  • Nix 6.8%
  • Hurl 0.8%
Find a file
2023-11-21 14:41:52 -06:00
.cargo Bloody beans, there's finally a workig database 2023-11-14 16:05:27 -06:00
assets
data
src Session data to change views 2023-11-21 14:41:52 -06:00
.envrc
.gitignore
build.rs
Cargo.lock Login is maybe working 2023-11-14 17:08:18 -06:00
Cargo.toml Login is maybe working 2023-11-14 17:08:18 -06:00
contract.hurl
flake.lock
flake.nix Bloody beans, there's finally a workig database 2023-11-14 16:05:27 -06:00
readme.md Login sessionn stuff? 2023-11-14 16:43:49 -06:00
rust-toolchain.toml Bloody beans, there's finally a workig database 2023-11-14 16:05:27 -06:00

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