This blog website is designed in python using flask framework and mongodb as a database.
For connectivity to the DB and defining the ORM structure for the mongoDb database I used MongoEngine rather than PyMongo as a connector.
Tools used in building this project are :
The Required modules are all available in the requirements.txt file
The above project structure is simply in convenience for deployment purposes..