-
Created a blog web application with different views for author and reader using python Flask using MTV design pattern and Jinja 2 Templating.
-
Added support for first time user setup and registration, login/logout functionality for the author.
-
Setup database migrations using mySQL as the backend database.
$ git clone https://github.com/deepanshululla/flask_blog.git
$ docker network create web-network
$ docker-compose rm --all
$ docker-compose up
docker pull deepanshululla/flask_blog_app