eShare | File Sharing App
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:
-
Clone the repository.
-
Install dependencies.
yarn install
-
Setup environment variables in
.env
file.PORT= MONGO_CONNECTION_URL= APP_BASE_URL= SMTP_HOST= SMTP_PORT= MAIL_USER= MAIL_PASS= ALLOWED_HOSTS=
-
Run the server.
yarn start