nosy - HTTP request logger
How hard can it be to build your own HTTP request logger in Rust?
Well, not that easy if you've never written a webapp in Rust before!
Code in this repo is for demostration purpose only
Usage
# Start MongoDB
docker-compose up -d
# Start the app
cargo run
That's it send requests to localhost:8080
to be logged! Access http://localhost:8080/-/ to access the GUI.