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

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

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).