Skip to content

Our database project for the class Database Management where our database of music interacts with an application to allow for queries on it.

Notifications You must be signed in to change notification settings

nessangynn/DatabaseManagement

 
 

Repository files navigation

Database Management Music Library Project

This repository contains the following things:

1.Database entity-relationship diagran

2.Database data dictionary

3.SQL coce to create the database

4.SQL code to populate the database

5.Application source code

Description of Database

This database... This database currently contains many entities, all of which are realated and populated. A diagram of the relationships between the entities can be found within this GitHub repository. Additionally, a description of all attributes, their types, and their restrictions can be found in the same place.

Application Requirements

This application requires the use of Python 3, meaning that if the machine being used does not have this version of Python, the application will not run.

How To Run Application

To run this application, it is recommended that the following steps are followed.

MacOS:

1.Open terminal

2.Navigate to project directory

3.Pull files from GitHub

4.Run command "python main.py" in terminal

Windows OS:

1.Open command line

2.Navigate to project directory

3.Pull files from GitHub

4.Run command "python main.py" in command line

About

Our database project for the class Database Management where our database of music interacts with an application to allow for queries on it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 51.5%
  • TeX 35.9%
  • SQLPL 7.3%
  • Python 5.3%