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.
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”.