https://github.com/jameskulu/flask-blog-rest
https://github.com/jameskulu/flask-blog-rest
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jameskulu/flask-blog-rest
- Owner: jameskulu
- Created: 2022-06-14T11:53:31.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-03T10:12:04.000Z (over 1 year ago)
- Last Synced: 2025-01-13T06:44:44.680Z (5 months ago)
- Language: Python
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flask Blog App
A simple blog application built using Flask.
## Introduction
This Flask Blog App is a lightweight web application for creating and managing blog posts. It provides a user-friendly interface for writing, editing, and deleting blog posts inculding authentication.## Features
- User authentication for secure access to the blog.
- CRUD operations for managing blog posts (Create, Read, Update, Delete).