Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.1 KB

README.md

File metadata and controls

21 lines (16 loc) · 1.1 KB

AnoMe logo

AnoMe

Just a tiny anonymous question box.

Why

I need a anonymous question box with some 'private answer' function, and I do not trust the box run by the providers.

How to

  1. Install requirement with pip3 install -r requirements.txt or any package manager you like.
  2. Run python3 config.py, enter your admin password, then hash of your password will automatically recorded.
  3. Run python3 main.py, it works.
  4. Application can be accessed by http://127.0.0.1:5000.

Before online

  1. When you decide to start using, change sqlite:///example_db to your database path, or just delete the example_db in root path directly.
  2. Disable debug mode with changing app.debug = True to False in main.py
  3. Have fun!

Screenshots