Skip to content

seriw1999-hub/ASP_NET_Web_API_Book_Shop_Management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASP.NET Web API - Book Management

A simple CRUD API for managing books.
Built with ASP.NET Core 8 + Entity Framework Core + SQL Server LocalDB.

Current Features

  • GET /api/books — Get all books
  • GET /api/books/{id} — Get book by ID
  • POST /api/books — Create new book
  • PUT /api/books/{id} — Update book
  • DELETE /api/books/{id} — Delete book

Future Plans (will evolve as course progresses)

  • JWT Authentication
  • Pagination & filtering
  • FluentValidation
  • Enhanced Swagger docs
  • Unit tests (xUnit)
  • Docker support
  • Additional entities (Author, Category)

Project will be developed further throughout the course.

About

Simple ASP.NET Core Web API for book management using Entity Framework Core and SQL Server LocalDB.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages