Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

alexeilers/MuzaAPI

Open more actions menu
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MUZA

Welcome to Muza, the music collector's database for storing, cataloging, and rating your favorite artists and albums.

Muza was created by Tony Albacete, Alex Eilers, Bryon Pearson, and Matthew Russell. Using the Agile methodology, we organized our user stories, tasks, and goals using a Kanban style framework. We set goals for when tasks needed to be completed, and moved them through the framework as needed.

https://miro.com/app/board/uXjVOB1uEgw=/

Through rigorous testing of our code and endpoints, we completed a comprehensive database utilizing full CRUD for Artists, Albums, and Ratings.

Endpoint Details

CREATE

Created POST requests creating the following entities and properties:

Artists: Name, Genre, Description, Year Created, List of Albums.
Albums: Artist, Title, Description, Song List.
Artist Rating: Artist, Rating.
Album Rating: Album, Rating.

READ

Created GET requests that pulled the following:

Artists: Get by Artist Id, Get All Artists, Get Artist by Name.
Albums: Get All Albums, Get Albums by Artist Id, Get Album by Id, Get Albums by Artist.
Artist Rating: Get All Artist Ratings.
Album Rating: Get All Album Ratings, Get Album Ratings by Id.

UPDATE

Created PUT requests that updated the following:

Artists: Name, Genre, Description, Year Created.
Album: Description, Song List.
Artist Rating: Rating.
Album Rating: Rating.

DELETE

Created DELETE requests that deleted each entity.

About

ASP.NET Music Artist and Album API to store Artists and Albums as well as Ratings for both Artists and Albums

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C# 100.0%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.