aksnell / assignments

0 stars 0 forks source link

03-03 - Rhythm's gonna get you #11

Open aksnell opened 4 years ago

aksnell commented 4 years ago

Rhythm's gonna get you

For this project, we will model and create a database. We are starting a record label company, and we a place to store our bands, albums, and eventually songs. You are creating a console app that stores our information in a database.

Objectives

Setup

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

Top Tips

Although in reality an album could be done by more than one band, our system will just have an album involving one band. That is, an album belongs to one band.

Explorer Mode

Adventure Mode

Epic Mode

Additional Resources