Skip to content

FooBarQuaxx/flaskbb

 
 

Repository files navigation

Build Status Coverage Status

INTRODUCTION

FlaskBB is a forum software written in python using the micro framework Flask.

Note: Do not expect too much activity during the summer holidays - I hope you can understand this :)

FEATURES

  • A Bulletin Board like FluxBB or DjangoBB in Flask
  • Private Messages
  • Admin Interface
  • Group based permissions
  • BBCode support
  • Topic Tracker
  • Unread Topics/Forums

TODO

INSTALLATION

  • Create a virtualenv
  • Install the dependencies
    • pip install -r requirements.txt
  • Configuration (adjust them accordingly to your needs)
    • For development copy flaskbb/configs/development.py.example to flaskbb/configs/development.py
  • Database creation
    • python manage.py createall
  • Run the development server
    • python manage.py runserver
  • Visit localhost:8080

DOCUMENTATION

The documentation is located here.

LICENSE

BSD LICENSE

ACKNOWLEDGEMENTS

/r/flask, Flask, it's extensions and everyone who has helped me!

About

A forum software written in flask

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published