An open API service indexing awesome lists of open source software.

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

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
```
![flaskforum](https://github.com/zhangshyue/flask-forum/blob/master/img/home.png)