A simple RESTful API for managing blog articles, built with C# and ASP.NET Core. This project implements basic CRUD operations to create, read, update, and delete blog posts.
- Get all blog articles
- Get a single article by ID
- Create a new article
- Update an existing article
- Delete an article by ID
- Filter articles by publishing date or tags
- Language: C#
- Framework: ASP.NET Core Web API
- Database: SQLite
- ORM: Entity Framework Core