An open API service indexing awesome lists of open source software.

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

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