OnlineDrive is a web application that allows users to securely store and manage files. The application consists of a backend developed with Node.js and Express, and a frontend built with React.
-
Clone the repository:
git clone https://github.com/Snyxex/onlineDrive.git cd onlineDrive -
Install the dependencies for the backend:
cd backend npm install -
Install the dependencies for the frontend:
cd ../frontend npm install -
Start the application:
- Backend:
cd backend npm start - Frontend:
cd frontend npm run dev
- Backend:
After starting the application, you can access the frontend by opening your web browser and navigating to http://localhost:5173. Here you can log in, upload, and manage files.
- Node.js
- Express
- MongoDB
- React
- JWT for authentication
This project is licensed under the MIT License.