Skip to content

nemzyxt/ShareIt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ShareIt

Full-stack file sharing app

Stack

  • React
  • Tailwind CSS
  • NodeJS
  • ExpressJS
  • MongoDB

Screenshots

Upload file(s)
img File(s) upload success
img Provide password to access file(s)
img File(s) access granted
img Open file(s)
img

Setup

  • Clone this repository
git clone https://github.com/nemzyxt/ShareIt
  • In the frontend directory, run this command to install dependencies
npm install
  • In the backend directory, run this command to install dependencies
npm install
  • Optionally edit the .env file in the backend directory as appropriate

Usage

  • In the backend directory, run this command to start the server
npm start
  • Start the frontend by running this command in the frontend directory
npm start
  • Open the provided URL to access the site