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.
- Host: GitHub
- URL: https://github.com/22skowron/blog-webpage-flask
- Owner: 22skowron
- Created: 2024-03-26T21:21:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-16T12:17:41.000Z (about 2 years ago)
- Last Synced: 2025-02-10T22:47:39.215Z (over 1 year ago)
- Topics: flask, python, webpage
- Language: CSS
- Homepage:
- Size: 2.11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.