Skip to content

Backend for a bootstrap blog template based on Flask.

Notifications You must be signed in to change notification settings

kwiatkowskimaciej/flask-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask Blog

Backend for a bootstrap blog template based on Flask.

About the project

Features

  • create an account
  • login on account
  • add new comment
  • add new post*
  • edit post*
  • delete post*

*Available only on Admin account

Available accounts on the database

It is not a real data, it has been added to the database just to test the funcionality of the application.

  • Admin:

e-mail: admin@email.com
password: Admin

  • Users:

e-mail: user@email.com
password: User

Built With

  • Bootstrap
  • Flask
  • Jinja