Skip to content

Charchl1/Blog-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello there!

I am learning programming with Python. Here is a simple Blog Website for my Portfolio on GitHub.

With this project I have learnt:

  1. Creation of DataBase with SQLAlchemy (tables for Blog Posts, Comments snd Users, relationships One-To-Many within Users and Posts, Users and Comments, Posts and Comments);
  2. Creation and implementing WTForms into my project (login, register, comment forms).
  3. Authenticating users on website (with flask-login, hashing/checking users passwords with werkzeug.security.
  4. Developing with Flask.
  5. HTML/CSS, Bootstrap.

Appreciate all the comments, suggestions and reviews. Thank you!