A minimal Rust-powered backend to detect harmful websites from a pre-defined json file.
- Read & Write data from a JSON file
- Lightweight and fast
- Built with
axumfor async web handling - Future plans: Database support, ML Integration, Authentication, and more
Make sure you have Rust and Cargo installed:
git clone https://github.com/ryu-ryuk/ferrum.git
cd ferrum
cargo runcurl "http://localhost:3000/checking?url=abc.in"