Test the Endpoints of the Blog API Using Pytest
This project is a Flask-based blog application that allows users to create, edit, and publish blog posts. It includes user authentication and authorization features, allowing registered users to manage their posts. Additionally, we have implemented unit testing using pytest to ensure the reliability and functionality of our application. This project aims to provide a robust and user-friendly platform for blogging while maintaining code quality through comprehensive testing.