Create and upload posts , follow your favourite writers and manage your profile.
https://github.com/Codeansh/My_Blog.git
python3 -m venv venv
source venv/bin/activate
docker build -t myblog .
docker run -it -d -p 5000:5000 myblog:latest