Just a tiny anonymous question box.
I need a anonymous question box with some 'private answer' function, and I do not trust the box run by the providers.
- Install requirement with
pip3 install -r requirements.txt
or any package manager you like. - Run
python3 config.py
, enter your admin password, then hash of your password will automatically recorded. - Run
python3 main.py
, it works. - Application can be accessed by http://127.0.0.1:5000.
- When you decide to start using, change
sqlite:///example_db
to your database path, or just delete the example_db in root path directly. - Disable debug mode with changing
app.debug = True
to False inmain.py
- Have fun!