This project is a simple CRUD application for managing a list of books. It is built using Laravel 10 and Vitejs.
- Clone the repository
git clone- Install dependencies
composer install- Copy the example env file and make the required configuration changes in the .env file
cp .env.example .env- Generate a new application key
php artisan key:generate- Create an empty database for our application
- In the .env file, add database information to allow Laravel to connect to the database
- Migrate the database
php artisan migrate- Install NPM dependencies
npm install- Run the development server
npm run dev- You can now access the server at http://localhost:3000
- Run the test suite
php artisan test| Client ID | Client Secret |
|---|---|
| Personal access client created successfully. | |
| Client ID: | 98c0228c-d664-4f3a-b936-5d9de82fefce |
| Client secret: | PLBAQp85kdj08c3rpo4yvrHUi8JP18VgNYgHiQZL |
| Password grant client created successfully. | |
| Client ID: | 98c0228c-da2a-4b83-a39d-b52cb82b4c9e |
| Client secret: | AB1bqWdUKGsjBu73bcqrQAxmcvkGll6S7JXzxCHm |