Setup instructions: Install node.js: https://nodejs.org/en/download/
Download repo somewhere
In the folder you downloaded to Using npm (if npm doesn't work install pnpm and the commands are the same just with pnpm):
open command line or terminal and type the following commands npm init npm install express --save npm install firebase --save npm install formidable --save npm install cloudmersive-virus-api-client --save
After all that go to server.js
Line 77 in the double quotes put the virus check api key I sent over group me.
replace //Insert firebase config with the firebase config I sent over group me
Same with all html files replace instert firebase config comments.