https://github.com/ramgoel/sharedigi
A File Upload/Download WebApp made in NodeJS
https://github.com/ramgoel/sharedigi
css ejs-templates expressjs html javascript nodejs
Last synced: 3 months ago
JSON representation
A File Upload/Download WebApp made in NodeJS
- Host: GitHub
- URL: https://github.com/ramgoel/sharedigi
- Owner: RamGoel
- Created: 2021-08-08T07:54:43.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-03-14T15:40:41.000Z (over 2 years ago)
- Last Synced: 2025-01-13T10:51:56.713Z (over 1 year ago)
- Topics: css, ejs-templates, expressjs, html, javascript, nodejs
- Language: EJS
- Homepage: https://share-digi.vercel.app
- Size: 474 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
Hello,
Hope you are doing well
This is a file sharing app made in express js, made by Ram Goel.
Working:
Whenever you open the site you will see two options share and download, if you want to upload a file then go with share and if you have the link then click on download. Then you have to upload the file, and after you upload the file you will get a link to download the file and you can share the link to anyone. You can also download the file by just pasting the link into search bar.
Technologies Used:
Express JS for Backend,
HTML, CSS for Frontend
NPM Packages:
body-parser for form parsing,
ejs for template engine,
formidable for file upload works,
path for path functionality,
nodemon for not to restart server everytime,
If you are running this on your local machine then just download the code or clone the repository into a folder and open terminal or cmd there, and then type
npm i body-parser nodemon ejs fomrmidable path nodemon
after installation, type nodemon server.js