You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Greg Shuflin f098bf5350
Add to readme
2 months ago
src Almost done 2 months ago
.gitignore Initial commit 2 months ago
Cargo.lock Almost done 2 months ago
Cargo.toml Almost done 2 months ago
README.md Add to readme 2 months ago
justfile Almost done 2 months ago

README.md

Knox Challenge

This is an axum-based webserver. Run the webserver using just start_api_server (which just runs cargo run). The webserver should start on localhost:3000.

just sample_request will emit several sample requests against the webserver running on localhost