A Flask CLI tool for generating starter templates
Project description
🚀 Flask Blog Starter
A minimal yet powerful Flask blog starter template. This project provides a structured foundation for building a Flask-based blog with SQLAlchemy and SQLite.
✨ Features
✅ SQLite Database – Quick and lightweight.
✅ Scalable Flask Structure – Organized for large applications.
✅ Virtual Environment Support – Keep dependencies isolated.
✅ Easy Configuration – Modify settings via config.py.
📥 Installation
1️⃣ Clone the Repository
git clone https://github.com/lyznne/flask-blog-starter.git
cd flask-blog-starter
2️⃣ Create a Virtual Environment (Recommended)
python3 -m venv venv
3️⃣ Activate the Virtual Environment
Linux / Mac:
source venv/bin/activate
Windows (CMD / PowerShell):
venv\Scripts\activate
4️⃣ Install Dependencies
pip install -r requirements.txt
🚀 Usage
Run the application using:
python run.py
The development server will start at: 🌎 http://localhost:5000/
⚙️ Configuration
Modify config.py to adjust settings like:
- Database URI
- Secret keys
- Debug mode
👥 Contributing
🎉 Contributions are welcome!
- 💡 Found a bug? Open an issue!
- 📢 Have suggestions? Submit a pull request!
📜 License
📄 MIT License – You are free to use and modify the code!
🎯 Acknowledgements
This project was inspired by the Flask Mega-Tutorial.
📚 Resources:
- 📖 Flask Docs → Flask Documentation
- 🛠️ SQLAlchemy → SQLAlchemy Documentation
🌍 Live Demo
🔗 Check it out here → Flask Blog Starter
🚀 Happy Coding! 🎉
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file initkit-0.1.0.tar.gz.
File metadata
- Download URL: initkit-0.1.0.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eef85cbea1ca775edd7aef036eb7e011f44eb31cbfc5170d32920b6a0333e052
|
|
| MD5 |
f3bf81b165f7d076fb1bd90129112798
|
|
| BLAKE2b-256 |
334d598f7b03b8d22e72d513736b7ba879f04cdbc08bb1ed21cf2bc1465eb92f
|
File details
Details for the file initkit-0.1.0-py3-none-any.whl.
File metadata
- Download URL: initkit-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3124da95ebd49c2826c719bef8b2a3225fe5da4daec3bfb5a89f9b371303d26a
|
|
| MD5 |
51d82707740c98191a261de386e8ecf4
|
|
| BLAKE2b-256 |
bbfe73df37c7df6f15eff92fe622e6fba68032465ac03c1535722e5c8bd9f919
|