https://github.com/zhangshyue/flask-forum
A simple flask forum created using flask and some flask extensions
https://github.com/zhangshyue/flask-forum
bootstrap flask flask-extensions html python
Last synced: about 1 month ago
JSON representation
A simple flask forum created using flask and some flask extensions
- Host: GitHub
- URL: https://github.com/zhangshyue/flask-forum
- Owner: zhangshyue
- Created: 2019-03-29T03:21:59.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-01T00:47:01.000Z (about 7 years ago)
- Last Synced: 2025-02-09T19:56:11.256Z (over 1 year ago)
- Topics: bootstrap, flask, flask-extensions, html, python
- Language: HTML
- Size: 429 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# flask-forum
A simple flask forum created using flask and some flask extensions
## Basic Functions
Register, Login and Logout\
User Account\
Write and modify post
Write and modify reply
Upvote and Downvote
## Extensions Used
wtforms\
sqlalchemy\
flask_crypt\
flask_login\
## How to run
```
python3 run.py
```
