sbettaglio / assignments

0 stars 0 forks source link

11 - Rhythm's gonna get you - Complex Data model #12

Closed sbettaglio closed 4 years ago

sbettaglio commented 4 years ago

Rhythm's gonna get you

For the past few lessons, we have chatted about and worked with data; for this project, we continue our journey into data and modeling a database. We are starting a record label company, and we a place to store our bands, albums, and songs. You are creating a console app that stores our companies information in a database.

Objectives

Requirements

Create a console that allows a user to store and manage the company's bands, albums, and songs.

You can use the template we have been using, but you can also use the one we talked about today. You can install it by using the following command:

 dotnet new --install SDG.templates.Console.Database::1.0.0

Also, feel free to use the package we talked about during the with me at 3 to help with the menu system.

Explorer Mode

Adventure Mode

Epic Mode

Additional Resources

Recommended Practice:

sbettaglio commented 4 years ago

https://github.com/sbettaglio/EmpireRecords/commits/master completed explorer mode

sbettaglio commented 4 years ago

https://github.com/sbettaglio/EmpireRecords/commits/master added new menu interface.

sbettaglio commented 4 years ago

added many genres for a song and many styles for a band

sbettaglio commented 4 years ago

many to many band & musician relationship