chesiree-balogh / assignments

0 stars 0 forks source link

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

Closed chesiree-balogh closed 4 years ago

chesiree-balogh 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:

chesiree-balogh commented 4 years ago

https://github.com/chesiree-balogh/rhythm