Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mandeepsinghmar/file-sharing-app
Share your file in fastest way. Select, upload and share.
https://github.com/mandeepsinghmar/file-sharing-app
Last synced: 26 days ago
JSON representation
Share your file in fastest way. Select, upload and share.
- Host: GitHub
- URL: https://github.com/mandeepsinghmar/file-sharing-app
- Owner: Mandeepsinghmar
- Created: 2021-06-14T17:51:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-21T03:21:52.000Z (over 3 years ago)
- Last Synced: 2024-11-10T17:57:45.190Z (2 months ago)
- Language: TypeScript
- Homepage: https://file-sharing-app.vercel.app
- Size: 233 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ShareBro
This is a file sharing application, where file sharing is very easy. In just three steps you can share your file select,upload and share.## Project overview:
Deployed version - https://file-sharing-app.vercel.app/## Features:
1. User can select file or drag and drop
2. Upload file on our server
3. share the downloadable file link or qr code
4. Other person can download file
5. All file type supported## Technologies:
### Frontend
* Typescript, NextJs, ReactJs and CSS
* Deployed on vercel### Backend
* Mongodb, Nodejs, Expressjs and Typescript
* Deployed on heroku### Frontend Npm libraries
* axios
* js-file-download
* react-qr-code
* react-dropzone### Backend Npm libraries
* cors
* cloudinary
* dotenv
* mongoose
* multer