You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
a RESTful API to serve my color palette front-end - numerous routes enables usual CRUD operations - sanctum is implemented to handle authentication via tokens - Tested using PHPUnit
A hosted demo of this api with a react front end is demonstrated here
API documentation
TBC ...
About
a RESTful API to serve my color palette front-end - numerous routes enables usual CRUD operations - sanctum is implemented to handle authentication via tokens - Tested using PHPUnit