Microblog
View in production Source code
A simple microblogging page. A post is read by Python / Flask and then saved into a MongoDB Cloud Atlas database. Previous posts are read by Python / Flask from the database and are displayed on the page where they can be seen and deleted.
It may take some time for this Flask project to spin up as it's hosted on a free Render instance. It will also spin down after a period of inactivity
![setup diagram](/static/images/microblog.drawio.png)
Python
Flask
MongoDB
CSS
W3.CSS
HTML