A Nodejs API to check if the uploaded submission is infected with a virus or not using ClamAV
- Node >8.x
- NPM
- ClamAV installed on a host system
npm test
npm run dev
Run a docker build with the Dockerfile
and run the image.
- Run the server
npm run dev
- Open
uploadTest.html
- Upload a File
- Response will be displayed
- The API expects a file in a
multipart/form-data
POST request with a keyuploadFile