https://github.com/danushka96/file-server
File management platform written in VUE and NodeJS, File-upoad and Download via HTTP protocol
https://github.com/danushka96/file-server
express file-upload fileserver filesystem node server vue vuejs
Last synced: 9 months ago
JSON representation
File management platform written in VUE and NodeJS, File-upoad and Download via HTTP protocol
- Host: GitHub
- URL: https://github.com/danushka96/file-server
- Owner: Danushka96
- Created: 2020-03-30T13:58:48.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-01T18:14:45.000Z (over 3 years ago)
- Last Synced: 2025-09-06T08:53:02.840Z (10 months ago)
- Topics: express, file-upload, fileserver, filesystem, node, server, vue, vuejs
- Language: Vue
- Homepage:
- Size: 2.92 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# File Server
This is an application used to store files in a server, Organize and download when you need.
For operating you don't need ftp, All the files can be transfered via HTTP protocol,
## Screenshots




#### Upload and download speed changes with your network connection speed
## Project development setup
This project is consist of two systems, Front and Back
### Frontend Setup
Developed with Vue
```
yarn install
yarn serve
```
#### Configuration
Open config/index.js and configure backend url ( you dont need to touch this configuration unless you changed the backend port)
### Backend Setup
Developed with NodeJS
```
yarn install
yarn run server
```
#### Configuration
open server/config/index.js and change your file saving path
## Project deployment setup
1. Build the front-end with yarn build
2. Move files to the web server public url
3. start server with pm2 node process manager
##### This Project is still in the development stage. So any kind contribution is welcome.
#### Made with ❤ for community