Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bryanfks-dev/sharing-file-web

Share your file using simple web, built using express server and multer
https://github.com/bryanfks-dev/sharing-file-web

expressjs file-sharing multer nodejs

Last synced: 10 days ago
JSON representation

Share your file using simple web, built using express server and multer

Awesome Lists containing this project

README

        

# Sharing File Web
A simple web app to share your file across LAN, built using express server and multer

### Steps to Proceed
Don't forget to `npm install` to install needed depedency from package-lock.json.
After that, setup `.env` file with initializing `SERVER_PORT`(optional), `SESSION_SECRET`, `LOGIN_PASSWORD`, and `DELETE_PASSWORD`.
And you're ready to go.