For your remaining 2 weeks in PHP course using laravel framework
you need to develop a SPA(Single Page Application) called Music Library
.
We should have a database name called music
with various relationships e.g Users, Artist, Albums, Songs etc
.
-
Laravel frontend (you can select your ui framework React or VueJS).
-
A
Login/Logout
andRegistration
. -
A
Create
,Read
,Update
andDelete
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.
Submit a link of your github repository to the Google Classroom assignment related to this project. Good Luck!