- Registartion and login
- Basic account management
- Post, edit, delete articles
- Following other users
- And more…
- Python >= 3.6
- Flask
pip install -U Flask
You may need to create the database folder in the project’s directory next to the app folder.
flask run
- Flask - A microframework for Python based on Werkzeug and Jinja2