Full-stack file sharing app
- React
- Tailwind CSS
- NodeJS
- ExpressJS
- MongoDB
Upload file(s)
File(s) upload success
Provide password to access file(s)
File(s) access granted
Open file(s)
- 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
- 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