Masterblog is a simple Flask-powered blogging platform that allows dynamic blog post creation and storage using JSON.
- Add, edit, and delete blog posts.
- Dynamic HTML rendering with Flask templates.
- Lightweight JSON-based data storage.
- Clone the repository:
git clone https://github.com/your-username/masterblog.git cd masterblog - Install dependencies: pip install -r requirements.txt
- Run the application: python app.py
This project is licensed under the MIT License.
Initialize and push to GitHub:
git init
git add .
git commit -m "Initial commit"
git branch -M main
git remote add origin https://github.com/your-username/masterblog.git
git push -u origin main