Similar to Google Drive, Dropbox and iCloud but here, you wouldn't need to open an account. Simply upload a file and choose whether to have the file passworded. Voila! You've got your sharable link.
Link to project 🔗 : https://secureupload.onrender.com/
- Visit the application website
- Choose a file to upload
- Input a password if you want to
- Grab the shareable link to the uploaded
- Share and others can download your files (directly or after inputting the right password) from anywhere
- Node JS
- Express JS
- EJS
- Multer
- Bcrypt
- MongoDB & Mongoose
- Your password are securely stored using the bcrypt hashing technology. This way, even with an access to the database, passwords are still safe and are known by you alone.
- I'd be glad to work on improving the project further. If interested, kindly create an issue or send an email
- Kindly create an issue as well if there's a noticed bug or problem. Thank you
This project was inspired and done after a follow up study of the Web Dev Simplified's project videos on YouTube