Skip to content

Snyxex/onlineDrive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OnlineDrive

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.

Table of Contents

Installation

  1. Clone the repository:

    git clone https://github.com/Snyxex/onlineDrive.git
    cd onlineDrive
  2. Install the dependencies for the backend:

    cd backend
    npm install
  3. Install the dependencies for the frontend:

    cd ../frontend
    npm install
  4. Start the application:

    • Backend:
      cd backend
      npm start
    • Frontend:
      cd frontend
      npm run dev

Usage

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.

Technologies

  • Node.js
  • Express
  • MongoDB
  • React
  • JWT for authentication

License

This project is licensed under the MIT License.

About

Projekt Woche

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors