项目作者: ivan770

项目描述 :
Anonymous sharing system
高级语言: CSS
项目地址: git://github.com/ivan770/quickshare.git
创建时间: 2018-04-30T15:47:37Z
项目社区:https://github.com/ivan770/quickshare

开源协议:Other

下载


QuickShare

QuickShare is a Flask-based web application, that allow users to make anonymous notes, without leaving any personal info.

It’s interface is simple and responsible (based on Materialize), and can be used on any device.

Now available without local installation: QuickShare

Installation

(this tutorial uses Flask internal server, which can be insecure for production use)

  1. Install Python 3 for your OS.
  2. Run pip3 install flask to install all Flask default packages.
  3. Run pip3 install flask-wtf to install Flask-WTForms package.
  4. Clone this repository into some directory, and enter this directory.
  5. Run export FLASK_APP=main.py.
  6. Finally, run flask run.

P.S If you have any errors, that are related to missing packages, send logs to issues, so I can fix guide

P.P.S If flask run does not work, try python3 -m flask run

Screenshots

Index page
Message preview page