Skip to content

maxeekhout33/microblog

Repository files navigation

Welcome to Microblog!

This is an example application made with Python and Flask framework.
For DataBase is used relational database, Flask-SQLAlchemy, which is an Object Relational Mapper or ORM.

Python package and Flask extension installed in this app:
🔸 python-dotenv
🔸 flask-wtf
🔸 flask-sqlalchemy
🔸 flask-migrate
🔸 flask-login
🔸 email-validator external dependency
🔸 flask-mail
🔸 pyjwt
🔸 flask-bootstrap
🔸 flask-moment
🔸 flask-babel
🔸 langdetect Python Library
🔸 requests
🔸 elasticsearch client library

To provide images for all users is used the Gravatar service.
The Gravatar service is very simple to use. To request an image for a given user, a URL with the format https://www.gravatar.com/avatar/hash, where hash is the MD5 hash of the user's email address.

Made to learn with 💙 by Max

About

Microblog with Python and Flask framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published