https://github.com/ivan770/quickshare
Anonymous sharing system
https://github.com/ivan770/quickshare
anonymous flask material-design notes python quickshare sharing
Last synced: about 1 month ago
JSON representation
Anonymous sharing system
- Host: GitHub
- URL: https://github.com/ivan770/quickshare
- Owner: ivan770
- License: other
- Created: 2018-04-30T15:47:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-15T11:20:25.000Z (over 7 years ago)
- Last Synced: 2025-10-11T01:58:45.647Z (2 months ago)
- Topics: anonymous, flask, material-design, notes, python, quickshare, sharing
- Language: CSS
- Homepage: https://qshare.ga/
- Size: 2.21 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](http://materializecss.com/)), and can be used on any device.
Now available without local installation: [QuickShare](https://qshare.ga/)
## 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

