A forum system base on Flask.
The university-bbs is a campus forum built using Flask and Bootstrap 4. The current version is under development and only includes basic functionality. The setup requires installing third-party dependencies, configuring the environment, creating databases, configuring files, and initializing database tables. The forum can be accessed through a browser after the setup is completed.
Flask is a lightweight and popular web framework for Python, known for its simplicity and flexibility. It is widely used to build web applications, providing a minimalistic approach to web development with features like routing, templates, and support for extensions.