Skip to content

teamharsh/ShareNest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Sure, here's a single README.md file for setting up the ShareNest project:

ShareNest

ShareNest is a file sharing application built with React and Node.js.

Setup

Client

  1. Navigate to the client folder:

    cd ShareNest/client
  2. Install dependencies:

    npm install
  3. Start the development server:

    npm run dev

Server

  1. Navigate to the server folder:

    cd ShareNest/server
  2. Create a .env file:

    touch .env
  3. Open the .env file and add the following:

    PORT=8000
    MONGODB_URI=your_mongodb_uri

    Replace your_mongodb_uri with your MongoDB URI.

  4. Install dependencies:

    npm install
  5. Start the server:

    npm start

Now, you should have both the client and server running.

Technologies Used

  • React
  • Node.js
  • Express
  • MongoDB
  • Tailwind CSS

Credits

This project was created by Team Harsh.

About

A secure file sharing app that lets you easily share, store, and collaborate on files with colleagues and friends.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors