https://github.com/codernayeem/web-share-zone
A web server to share files easily made with flask
https://github.com/codernayeem/web-share-zone
flask html python sharing-platform webserver
Last synced: about 1 month ago
JSON representation
A web server to share files easily made with flask
- Host: GitHub
- URL: https://github.com/codernayeem/web-share-zone
- Owner: codernayeem
- Created: 2020-06-18T15:30:13.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-07-26T18:18:47.000Z (almost 5 years ago)
- Last Synced: 2025-07-30T17:22:00.445Z (11 months ago)
- Topics: flask, html, python, sharing-platform, webserver
- Language: HTML
- Homepage:
- Size: 365 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# web-share-zone
A web server to share files easily made with flask
## Instructions
* Install necessary libraries :
_**`pip -r install req.txt`**_
* Create database :
_**`python manage.py init`**_
* Create Admin Account :
_**`python manage.py createadmin`**_
* Create Normal User Account :
_**`python manage.py createuser`**_
* Start Server _(auto host & port)_ :
_**`python app.py`**_
_**`python app.py * `**_
_**`python app.py * 8888`**_
* Start Server at localhost :
_**`python app.py localhost`**_
_**`python app.py localhost `**_
_**`python app.py localhost 8888`**_
* Start Server at network :
_**`python app.py `**_
_**`python app.py 192.168.0.101`**_
_**`python app.py 192.168.0.101 8888`**_
* Change default port, folder names, configurations:
_**Edit `config.py`**_
## Share Zone
* To share text/files in share zone, you need to be logged on.
## Download Zone
* The default folder name is "DOWNLOADZONE". PLace your files at that folder to show in Download Zone.
## Upload Zone
* Just upload anything to the server folder named "UPLOADZONE" (default).