Skip to content

Latest commit

 

History

History
73 lines (47 loc) · 2.45 KB

README.md

File metadata and controls

73 lines (47 loc) · 2.45 KB

ShareNow - Quickly Share Any File


Demo:

share-now.mp4

Overview:

Hey, remember that day when you wanted to share that video or different format file but WhatsApp would reduce its quality or wouldn't support that format. Well we all have faced similar situations when we wanted to share file with our friend or family folder to cousins. But here is an application where we can directly send Any Type of File to Any user and he can download it with just a link, no signup or login required.

Screenshot (445) Screenshot (446) Screenshot (447)

Built With:

  • Frontend: Angular
  • Backend: NodeJS and ExpressJS
  • Database: MongoDB Atlas

Features:

  • User story: I can drag and drop an image to upload it
  • User story: I can choose to select an image from my folder
  • User story: When the image is uploaded, It shows that and Provides a Link to Download
  • User story: I can choose to copy the Link to the clipboard
  • User story: Download Page with Encoded File Name but Accurate File size to confirm our File
  • User Story: Download button directly downloads the requierd File

How To Use:

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

Frontend Repo: https://github.com/varun21vaidya/ShareNow Backend Repo: https://github.com/varun21vaidya/ShareNow-Backend

# Clone this repository
$ git clone https://github.com/user-name/project-name

# Install dependencies
$ npm install

# Run the app
$ npm start

Contact