Skip to content

Commit 9403031

Browse files
committed
add flaskbb as an example code project
1 parent 6f84215 commit 9403031

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

content/pages/examples/flask/flask-code-examples.markdown

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,17 @@ flask-base's code is open sourced
4141
[under the MIT license](https://github.com/hack4impact/flask-base/blob/master/LICENSE.md).
4242

4343

44+
### FlaskBB
45+
[FlaskBB](https://github.com/flaskbb/flaskbb)
46+
([project website](https://flaskbb.org/)) is a [Flask](/flask.html)-based
47+
forum web application. The web app allows users to chat in an open
48+
message board or send private messages in plain text or
49+
[Markdown](/markdown.html).
50+
51+
FlaskBB is provided as open source
52+
[under this license](https://github.com/flaskbb/flaskbb/blob/master/LICENSE).
53+
54+
4455
### Flasky
4556
[Flasky](https://github.com/miguelgrinberg/flasky) is the wonderful
4657
example application by

0 commit comments

Comments
 (0)