We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38c2d0a commit 71fb81dCopy full SHA for 71fb81d
README.md
@@ -63,33 +63,3 @@ database/
63
│ └── BookSeeder.php
64
└── factories/
65
└── BookFactory.php
66
-```
67
-
68
-Installation & Setup
69
70
-1. Clone the repository
71
-git clone https://github.com/edwardgnt/books-api-laravel.git
72
73
-cd books-api-laravel
74
75
-2. Install dependencies
76
- composer install
77
78
-3. Environment setup
79
- Copy the example environment file:
80
- cp .env.example .env
81
82
- Generate the app key:
83
- php artisan key:generate
84
85
- Configure your MySQL credentials in .env:
86
- DB_DATABASE=books_api
87
- DB_USERNAME=root
88
- DB_PASSWORD=
89
90
-4. Run migrations & seeders
91
- php artisan migrate:fresh --seed
92
93
-5. Run the API locally
94
- php artisan serve
95
0 commit comments