/blog-website

This is a simple blog post website made with Python and the Flask framework.

Primary LanguageCSS

Blog Post Website

Description

Welcome to my project! This is a simple blog post website made with Python and the Flask framework. I created this project to learn Flask. It allows users to register, log in, and log out using Flask-Login. For managing and creating the database, I used Flask-SQLAlchemy. Users can send emails using smtplib. To store users' passwords securely in the database, I used Werkzeug for password hashing and salting.