An open API service indexing awesome lists of open source software.

https://github.com/22skowron/blog-webpage-flask

Blog webpage created using Flask framework.
https://github.com/22skowron/blog-webpage-flask

flask python webpage

Last synced: about 2 months ago
JSON representation

Blog webpage created using Flask framework.

Awesome Lists containing this project

README

          

# Web development capstone project - The Blog

A blog website which allows the owner to publish/update/delete articles. Also incorporates the Register/Login functionality. Logged in users can comment on the owner's posts.
User credentials and articles' data are stored in a PostgreSQL database (passwords are ofc hashed).

The website was created during the [**Python Bootcamp course on Udemy**](https://www.udemy.com/course/100-days-of-code "https://www.udemy.com/course/100-days-of-code").
_All initial html, css and javascript files were provided by the tutor and come from the aforementioned Udemy course._
**I am the author of all the code written in Python (_main.py, forms.py_).**

## LINK ---> [**My Blog**](https://blog-webpage-flask.onrender.com/ "https://blog-webpage-flask.onrender.com/")

*\*Website is hosted on Render.com. As I am using the free plan, unfortunately, ~2 minutes are required for the server to set up (web hosting service will be changed soon).\**

You can check out other projects completed during the course in [100 Days of Code Python Course](https://github.com/22skowron/100-Days-of-Code-Python-Course "https://github.com/22skowron/100-Days-of-Code-Python-Course") repo.