rust-template is a Rust web service which comes integrated with ClamAV. The service provides an API endpoint to scan files with ClamAV.
cp .env.test .env
vim .env
WEB_PORT=3001
cargo make -p production run
Check web service status:
GET /check
Response: Empty (200)
Contributions, bug reports, new features and questions are welcome! 😉 If you have any question or concern, or you want to suggest a new feature, or you want just want to improve pavao, feel free to open an issue or a PR.
Please follow our contributing guidelines
View rust-template's changelog HERE
rust-template is licensed under the MIT license.
You can read the entire license HERE