Skip to content

Commit 71fb81d

Browse files
committed
Readme project structure layout
1 parent 38c2d0a commit 71fb81d

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

README.md

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -63,33 +63,3 @@ database/
6363
│ └── BookSeeder.php
6464
└── factories/
6565
└── 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

Comments
 (0)