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 testnpm run devRun 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-dataPOST request with a keyuploadFile

