Skip to content

PHP/Laravel app with an Angular app utilizing third-party APIs for data and information

License

Notifications You must be signed in to change notification settings

alex-dulac/music-explorer

Repository files navigation

music-explorer

A PHP backend / Angular frontend application to lookup and pull data related to musical artists, records, etc from third-party APIs.

Third-Party APIs that this app utilizes:

How To Use (Docker):

How To Use (non-Docker):

  • 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 command ng serve to run the Angular Application.
  • Open a browser window and navigate to http://localhost:4200/

About

PHP/Laravel app with an Angular app utilizing third-party APIs for data and information

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published