Skip to content

logan-tolbert/Asp.Net-BlogApi

Repository files navigation

BlogApi

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.

📌 Features

  • 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

🛠️ Tech Stack

  • Language: C#
  • Framework: ASP.NET Core Web API
  • Database: SQLite
  • ORM: Entity Framework Core

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published