Skip to content
/ Blog Public

This is a blogging platform built to use Flask, allowing users to create, read, and manage their blog posts.

Notifications You must be signed in to change notification settings

Alph702/Blog

Repository files navigation

Blog Project

Welcome to the Flask Blog Project! 🚀 This is a simple blogging platform built using Flask, allowing users to create, read, and manage blog posts.

Features

  • 📝 Create and manage blog posts
  • 📅 Timestamped posts
  • 🖼️ Image upload support
  • 🔒 Admin login for secure access
  • 🎨 Hacker-themed dark UI

Installation & Setup

 git clone https://github.com/Alph702/Blog.git
 cd Blog
 pip install uv

For dev:

 uv sync

For use:

 uv sync --no-dev
 uv run app.py

Your blog should be running at http://127.0.0.1:8080/ 🎉

Tests

 uv run pytest

Contributing

Feel free to fork the repository, submit issues, or contribute to improve this project. 🚀

This project is open-source and licensed under the MIT License.

About

This is a blogging platform built to use Flask, allowing users to create, read, and manage their blog posts.

Topics

Resources

Contributing

Stars

Watchers

Forks