/blog_

Flask practice app

Primary LanguagePython

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