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.
|
2 months ago | |
---|---|---|
src | 2 months ago | |
.gitignore | 2 months ago | |
Cargo.lock | 2 months ago | |
Cargo.toml | 2 months ago | |
README.md | 2 months ago | |
justfile | 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