Skip to content

austinweis/flask-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Flask Example

Description

Features:

  • Admin authentication
  • Admin panel
  • Upload posts in Markdown
  • sitemap.xml & robots.txt
  • Responsive design
  • ...

Frontend:

Backend:

Usage

Get The Project

git clone https://github.com/austinweis/flask-blog
cd flask-blog

Build The Environment

python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

Start The Server

flask --app awblog run

⚠️ The default server is NOT reccomended for production

Gallery

Screenshot1 Screenshot2 Screenshot3