Go to 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 compiler error I guess? 2023-11-13 16:16:17 -06:00
data WIP deisel stuff 2023-11-12 09:56:23 -06:00
src Session data to change views 2023-11-21 14:41:52 -06:00
.envrc Initial commit 2023-11-10 20:06:48 -06:00
.gitignore WIP deisel stuff 2023-11-12 09:56:23 -06:00
build.rs WIP deisel stuff 2023-11-12 09:56:23 -06:00
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 Whee stuff is happening 2023-11-10 23:30:58 -06:00
flake.lock Initial commit 2023-11-10 20:06:48 -06:00
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