Skip to content

Masterblog is a simple Flask-powered blogging platform that allows dynamic blog post creation and storage using JSON.

Notifications You must be signed in to change notification settings

manuelputzu/Masterblog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Masterblog

Masterblog is a simple Flask-powered blogging platform that allows dynamic blog post creation and storage using JSON.

Features

  • Add, edit, and delete blog posts.
  • Dynamic HTML rendering with Flask templates.
  • Lightweight JSON-based data storage.

Setup

  1. Clone the repository:
    git clone https://github.com/your-username/masterblog.git
    cd masterblog
    
  2. Install dependencies: pip install -r requirements.txt
  3. Run the application: python app.py

License

This project is licensed under the MIT License.


5. Initialize a Git Repository

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

About

Masterblog is a simple Flask-powered blogging platform that allows dynamic blog post creation and storage using JSON.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published