A simple forum web application build with flask and bootstrap.
Default credentials: admin:admin
Create a virtual environment and install the requirements:
python -m venv .venv
pip install -r requirements.txt
flask db init
flask db migrate -m "init"
flask db upgrade
- Markdown support
- Create threads
- Create, read, edit, delete and report posts
- Profile page with avatar
- Admin dashboard
- Pagination