Skip to content

boomcamp/laravel-music-app-SPA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

Introduction

For your remaining 2 weeks in PHP course using laravel framework you need to develop a SPA(Single Page Application) called Music Library.

Entities

We should have a database name called music with various relationships e.g Users, Artist, Albums, Songs etc.

Specifications

  • Laravel frontend (you can select your ui framework React or VueJS).

  • A Login/Logout and Registration.

  • A Create, Read, Update and Delete functionality.

  • An access token for our api endpoints (you can select your authentication system e.g Sanctum or Passport).

  • A navigation guard that authenticates the frontend routes.

  • Laravel ORM relationships.

  • A data services that connects to our api.

Finished

Submit a link of your github repository to the Google Classroom assignment related to this project. Good Luck!

Releases

No releases published

Packages

No packages published