Home - mbamburova/pv226-music-library GitHub Wiki

Welcome to the Music Library wiki!

Team members:

Official assignment

The aim of this project is to create a web application for management of music collection.

  • Signed in users can add content from public database to own collections and manage its by genres, interprets, albums or songs (either via the web interface or API). Signed in user can add songs to public database but this content is available after the administrator's confirmation. User can also add or edit (e.g. add youTube link,...) reviews to albums and songs.
  • Administrator manages and confirms all changes in public database. The public database of songs is available via API (only for reading).
  • Application allows music streaming.

Important

Startup

Before starting the application make sure you have used command "update-database" in Tools -> NuGet Package Manager -> Package Manager Console with default project DAL to initialized the database.

Used technologies