A modern file management system built with Vue.js, Node.js, and MongoDB. This application allows users to upload, download, and manage files through a responsive web interface.
- File upload and storage
- File download functionality
- Responsive design
- Real-time file listing
- Search capabilities
- Modern UI with Vuetify
- Secure file handling
- MongoDB integration
- Vue.js 3
- Vuetify 3
- Axios
- Material Design Icons
- Node.js
- Express
- MongoDB
- Multer (file handling)
- Mongoose
- CORS
- Node.js (v14 or higher)
- MongoDB (v4.4 or higher)
- npm or yarn package manager
cd backend
npm install
node server.jscd frontend
npm run serve