Project that includes a PHP based webside, uses AJAX to dynamically update the page and a Postgresql database, to collect some of the musicians that played with Miles Davis. Info and images are mostly taken from Wikipedia. I used Bootstrap for basic formatting of the page.
CRUD functionality added, although still some issues to solve. In short: Albums, tracks and musicians can be created, read, updated and deleted.
Musicians
Tracks
Albums
Overview of the database (made with Lucidchart):
Importing a db.sql file:
psql -U username dbname < outfile.sql