Skip to content

flaskbb/flaskbb

Folders and files

NameName
Last commit message
Last commit date
Apr 25, 2024
Jan 26, 2015
Apr 25, 2024
Apr 25, 2024
Sep 11, 2013
Apr 25, 2024
Jun 14, 2017
May 19, 2019
Apr 25, 2024
Mar 13, 2019
Sep 9, 2021
Mar 15, 2017
Sep 9, 2021
Dec 5, 2020
Aug 2, 2021
Sep 3, 2017
Jul 18, 2021
Oct 20, 2016
Apr 25, 2024
Apr 25, 2024
Apr 25, 2024
Apr 25, 2024
Apr 25, 2024
Jun 7, 2022
Apr 25, 2024

Repository files navigation

FlaskBB

Build Status codecov requires License #flaskbb:matrix.org #flaskbb@libera.chat

FlaskBB is a Forum Software written in Python using the micro framework Flask.

Currently, following features are implemented:

  • Private Messages
  • Admin Interface
  • Group based permissions
  • Markdown Support
  • Topic Tracker
  • Unread Topics/Forums
  • i18n Support
  • Completely Themeable
  • Plugin System
  • Command Line Interface

The official forums which are powered by FlaskBB can be reached via forums.flaskbb.org.

Quickstart

For a complete installation guide please visit the installation documentation here.

This is how you set up an development instance of FlaskBB:

  • Create a virtualenv
  • Configuration
    • make devconfig
  • Install dependencies and FlaskBB
    • make install
  • Run the development server
    • make run
  • Visit localhost:5000

License

FlaskBB is licensed under the BSD License.

Links