ktlog / blog_

Flask practice app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blog

This is the application on which I learned Flask. User authentication and registration is implemented here. After entering the application, the user has access to all CRUD operations with posts:

  • creating
  • reading
  • updating
  • removal

Stack:

  • Flask
  • Postgres
  • SQLAlchemy
  • Wtforms (data validation)
  • Bootstrap

register/login

register

login

main page

main

read all posts

articles

create a post

create

read a post

read

update

update

delete

confirmation

About

Flask practice app


Languages

Language:Python 50.5%Language:HTML 40.7%Language:CSS 6.9%Language:Mako 1.9%