Welcome to the Flask Blog Project! 🚀 This is a simple blogging platform built using Flask, allowing users to create, read, and manage blog posts.
- 📝 Create and manage blog posts
- 📅 Timestamped posts
- 🖼️ Image upload support
- 🔒 Admin login for secure access
- 🎨 Hacker-themed dark UI
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/ 🎉
uv run pytest
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.