Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.18 KB

README.md

File metadata and controls

39 lines (29 loc) · 1.18 KB

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