Flask-forum
forum written for learning purposes using SQLalchemy and flask
How to install
install requirements
pip install sqlalchemy flask
clone repository
git clone https://github.com/hasajacyszatan/flask-forum
and it's ready to use you, can start it using
flask run
or python3 app.py
Screenshots
Main page with forum sections Section page Post page User managment page