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:
- 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);
- Creation and implementing WTForms into my project (login, register, comment forms).
- Authenticating users on website (with flask-login, hashing/checking users passwords with werkzeug.security.
- Developing with Flask.
- HTML/CSS, Bootstrap.
Appreciate all the comments, suggestions and reviews. Thank you!