Microblog with Python and MongoDB
This is a simple microblog built with HTML, CSS and Python. The user is able to write simple text-based blog posts and add them to a database. These posts are also displayed to visitors in a descending order starting from the newest. The web functionality of this project was done with Flask, which is a micro web framework written in Python.
All the blog posts are stored in a MongoDB database and the production version is running on Heroku. Anyone who has access to the link is able to post new entires, so in the future, I would like to implement a feature that limits this to only registered users. But as it is right now, it also functions as a guestbook so please feel free to leave a comment!
Technologies used:
- Python
- HTML
- CSS
- MongoDB