Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.65 KB

README.md

File metadata and controls

37 lines (27 loc) · 1.65 KB

eShare | File Sharing App

MongoDB Express.js React NodeJS Gmail Heroku Visual Studio Code Git

A file sharing service, where you can upload files and provide a download link for anyone on the internet by sharing the link 🔗 or via mail ✉️ which remains active for 24hours 🕙 This project will be very useful for sharing files instantly without any further hassle.

eShare.Demo.mov

Setup:

  1. Clone the repository.

  2. Install dependencies.

    yarn install
    
  3. Setup environment variables in .env file.

    PORT=
    MONGO_CONNECTION_URL=
    APP_BASE_URL=
    SMTP_HOST=
    SMTP_PORT=
    MAIL_USER=
    MAIL_PASS=
    ALLOWED_HOSTS=
    
  4. Run the server.

    yarn start