Downloading from your site

I dont know where to start with this part of my project. I want to add an opition to be able to download my resume from my personal website. Any advice or tutorials?

Since you posted on ‘backend help’ I’ll give a backend answer and direct you to the Express documentation for res.download()

Assuming you’re using Node which I think we all are here?