SimpleRestAPI


This is Week-1 Assignment of my .NET Core course.

  • This project has basic CRUD operations (Create, List, Delete, Put, Patch) for a list of songs.
  • Compliant with HTTP status code standards.
  • Validations were made with FluentValidation.
  • Includes listing method.