Blog API is a RESTful API that allows users to create, update, delete, and manage blog posts and comments. The API provides the necessary functionality for CRUD operations (Create, Read, Update, Delete).
Note
I am documenting my learning progress in this repository: sametcn99/BlogAPIDotnet/blob/main/NOTES.md
This API provides the following features:
- Create, update, and delete blog posts.
- List and view individual blog posts.
- Add and list comments for blog posts.
- Data exchange in JSON format.
- Initialize Project
- CRUD operations for blog posts
- Comment management (add and list)
- User authentication and authorization
- Search and filtering capabilities
- Enhanced error handling and validation
- Pagination and sorting support