Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 232 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 232 Bytes

Flask-Blog


Introduction

This project utilizes the Python Flask framework, SQLite for database management, and Jinja2 for HTML templating. Users can register, log in, create posts, and delete their posts.

How to run it