Git Product home page Git Product logo

flask-blog's Introduction

Simple Flask Blog

This is a simple blog application built using Flask, a lightweight web framework for Python.

Features

  • Add new blog posts with a title, tags, description, and content.
  • View existing blog posts with a read more option.
  • Edit existing blog posts with authentication.
  • Basic password authentication (insecure, for demonstration purposes only).

Prerequisites

Before running the application, make sure you have the following installed:

  • Python 3.x
  • Flask

Getting Started

  1. Clone this repository:

    git clone https://github.com/KorryKatti/flask-blog
    cd flask-blog
  2. Install dependencies:

    pip install -r requirements.txt
  3. Run the application:

    python app.py
  4. Open your web browser and navigate to http://127.0.0.1:5000/ to view the blog.

Usage

  • To add new content, click on the "Add New Content" link on the main page.
  • To view existing content, click on the titles of blog posts.
  • To edit existing content, click on the "Edit" link next to the blog post you want to edit. You will be prompted to enter a username and password (default credentials are provided in the code).

Note

  • This application uses basic password authentication for demonstration purposes only. It is not secure and should not be used in a production environment without proper security measures.
  • Feel free to customize the application and improve its functionality according to your needs.

flask-blog's People

Contributors

korrykatti avatar

Stargazers

pudszTTIOT avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.