Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 596 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 596 Bytes

Music-App

A Spotify like music application made with using the JDBC API with Oracle as a mini project for Database Management Systems Course.

It has a GUI for admin login which allows admin to add new albums, artists and upload new songs to the server. It also has a GUI for user login where the user can search the songs and play them. The user can also perform trivial operations like

  1. List all the songs of an artist or album.
  2. List most popular songs.
  3. Search for a song using song/artist/album name.

The database was created in oracle 11g and all tables are normalized upto 3NF.