Skip to content

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 πŸ•™.

Notifications You must be signed in to change notification settings

supernovadexter/eShare

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

15 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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 πŸ•™

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
    

About

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 πŸ•™.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 80.7%
  • EJS 11.4%
  • CSS 4.5%
  • HTML 2.9%
  • Shell 0.5%