The API forms the back office of my websites.
It centralizes the management of data and key functionalities, and also serves as my CRM to help me stay organized.
L’API constitue le back-office de mes sites. Elle centralise la gestion des données et des fonctionnalités clés, et me sert également de CRM pour m'organiser.
API et BackOffice pour Api-Folio
- Install dependencies
composer install- Run migration and factory
./vendor/bin/sail migrate./vendor/bin/sail artisan migrate:fresh --seed- Start the development server
./vendor/bin/sail up- Run tests
./vendor/bin/pest- Access the API
http://127.0.0.1:8001
user: demo@gmail.com password: b$K!*g+h4:v6cjaO4SPL/


