How To Create A Password Protected File Sharing Site With , MongoDB, and Express (Дата оригинальной публикации:

File sharing sites are incredibly common and they may seem difficult to create but they are actually quite simple. In this video I will show you how to create a simple file sharing site that also includes password protected files and a download count tracker. This project uses Express and MongoDB and is a great beginner backend project. 📚 Materials/References: GitHub Code: Install Video: Express Crash Course Video: Emmet Video: CSS Grid Video: How To Install MongoDB Video: MongoDB Crash Course Video: MongoDB Crash Course Article: Mongoose Crash Course: Password Hashing Video: 🌎 Find Me Here: My Blog: My Courses: Patreon: Twitter: Discord: GitHub: CodePen: ⏱️ Timestamps: 00:00 - Introduction 00:30 - Demo 01:25 - Project setup 05:35 - File upload HTML form 10:00 - Multer setup 11:56 - Mongoose setup 16:01 - File upload server logic 21:10 - File download server logic 26:15 - Password protection #Nodejs #WDS #MongoDB
Back to Top