A PHP backend / Angular frontend application to lookup and pull data related to musical artists, records, etc from third-party APIs.
- MusicBrainz (https://musicbrainz.org/doc/MusicBrainz_API)
- MediaWiki (https://www.mediawiki.org/wiki/API:Main_page)
- LastFm (https://www.last.fm/api)
- Apple Music API (https://developer.apple.com/documentation/applemusicapi/)
- Check out the following repository: https://github.com/alex-dulac/docker-music-app
- Make sure php and angular are installed on your machine.
- Download the source code.
- Install dependencies.
- In a terminal window, navigate to the root of the project and run command
php artisan serve
to run the PHP application. - In a separate terminal window/tab, navigate to
/frontend/src/app
and run commandng serve
to run the Angular Application. - Open a browser window and navigate to
http://localhost:4200/