V2EX-like static forum system, integrating register, sign in, post, reply, profile editing, selfie uploading function
flask 1.0.2 python 3.6.6
$ git clone https://github.com/ethanmiles/dipu_bbs && cd dipu_bbs
$ python3 -m venv venv
$ source venv/bin/activate
$ python3 -m pip install -r requirements.txt
$ cd app
$ touch config.py
$ vim config.py
e.g.
SECRET_KEY = 'huaq'
MONGODB_SETTINGS = {
'db': 'your.db.name',
'host': 'your.ip',
'port': 27017,
}
SALT = キズナアイ'
$ python3 run.py