Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bryanfks-dev/sharing-file-web
- Owner: bryanfks-dev
- License: mit
- Created: 2024-03-17T11:53:40.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-08T15:56:43.000Z (8 months ago)
- Last Synced: 2024-04-24T07:38:18.336Z (7 months ago)
- Topics: expressjs, file-sharing, multer, nodejs
- Language: JavaScript
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.