Skip to content

Latest commit

 

History

History
47 lines (22 loc) · 1.24 KB

README.md

File metadata and controls

47 lines (22 loc) · 1.24 KB

whoPlayedWithMilesDavis

Website

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.

image

CRUD

CRUD functionality added, although still some issues to solve. In short: Albums, tracks and musicians can be created, read, updated and deleted.

Musicians

image

Tracks

image

Albums

image

Overview of the database (made with Lucidchart):

image

Importing a db.sql file:

psql -U username dbname < outfile.sql