DRIVE is a full-stack file storage application built with Node.js, Express, and EJS. This project provides a secure and efficient way to store and manage files online.
- 📂 File upload and download functionality
- 📋 File organization and management
- 🔒 Secure file storage
- 📱 Responsive web interface
- ⚡ Fast and efficient file operations
- Backend: Node.js, Express.js
- Template Engine: EJS
- Language: JavaScript
- Architecture: MVC Pattern
DRIVE/
├── config/ # Configuration files
├── models/ # Database models
├── routes/ # Application routes
├── views/ # EJS templates
├── node_modules/ # Dependencies
├── app.js # Main application file
└── package.json # Project dependencies
- Node.js (v14 or higher)
- npm or yarn
- Clone the repository
git clone https://github.com/rishabh8870/DRIVE.git- Install dependencies
cd DRIVE
npm install- Start the application
npm start- Open your browser and visit
http://localhost:3000
Rishabh - @rishabh8870
- Improved README with detailed setup instructions
- Added comprehensive feature descriptions
- Better project structure documentation
-
- Updated documentation and improved code quality
- Advanced file compression support
- User authentication system
- Cloud storage integration
⭐️ If you find this project useful, please consider giving it a star!