Web Technologies/2021-2022/Assignment 2
Appearance
Implement the solution proposed in Laboratory 9, regarding a minimalist blog application, and also add the following features:
- Create all the Jinja2 templates needed, making use of the template extension mechanism
- Extend the application in order to implement post read counts. Whenever a post is visited, increment it's by 1.
- Create 1 additional SQLAlchemy Model that would fit within the scope of the this application.
Optional: build a Docker image in order to run your Flask application using the tiangolo-uwsgi-nginx-flask image (see laboratory 7).