A simple news blog with CRUD functionality based on flask and bootstrap 4
- Add, edit and delete articles with feature image
- SQLAlchemy and SQLite for persistence
- Pagination
- Filter articles based on categories
- Show notifications of user actions (flash)
- Show confirm modal before deleting articles
- search functionality (elasticsearch)
- blueprints to avoid circular dependencies
- return to last page viewed when canceling a form
pip install -r requirements.txt
run flask