This blog was built with Python, Flask, and Postgres, a web application that allows users to create, publish and manage blog posts. The Python programming language is used to build the backend of the application, while Flask provides the tools and features necessary for building a web application. Postgres is used to store and manage the data for the blog, including blog posts and user information.
Python, Flask, and Postgres are reliable and scalable solutions for managing and publishing content online. It is a popular choice for developers looking to build a simple yet powerful blogging platform.
To clone the project use https://github.com/jeffreyjeremiah1/jeffrey-blog.git
git clone https://github.com/jeffreyjeremiah1/jeffrey-blog.git
pip install flask
pip install flask_bootstrap
pip install flask_sqlalchemy
pip install flask_wtf
pip install wtforms
Jeffrey Jeremiah