Blogsite

Blogsite

Overview


The blogsite was created using the flask web framework to create a CRUD web application using HTML, CSS, and Python. The application allows users to create accounts where they can create, read, update, and delete post that are stored using SQLAlchemy database. The website also uses Bootstrap for its styling.


Running the Web app


To run the application on your local machine you can clone the repository and open the project in IDE of your choice. After you have the project on your machine and you have it open in the IDE you have to activate the virtual environment to do enter the command “source venv/bin/activate” and the virtual environment is activated you can run the application by typing the command ”flask run”.


Github Link


Home page when first visiting the site.


Home page

This is the signup page for new users.


signup

Page for post after signing up, to see another users post.


post

Page to create new posts.


create post

Update of the post page after creating a new post.


updated posts