flaskbb / flaskbb

A classic Forum Software in Python using Flask.

Home Page:https://flaskbb.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A classic Forum Software in Python using Flask.

https://flaskbb.org

License:Other


Languages

Language:Python 62.4%Language:HTML 17.4%Language:JavaScript 16.8%Language:SCSS 3.2%Language:Makefile 0.2%Language:Mako 0.0%