Skip to content

Commit ffa13f3

Browse files
committed
docs: add badges
1 parent 4404ebb commit ffa13f3

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
<h1 align="center"> Laravel Books API </h1>
22

3+
<p align="center">
4+
<a href="https://github.com/yusuftaufiq/laravel-books-api/actions">
5+
<img alt="GitHub Workflow Status" src="https://img.shields.io/github/workflow/status/yusuftaufiq/laravel-books-api/Run%20Laravel%20Tests%20&%20Lint%20Codebase?style=for-the-badge">
6+
</a>
7+
<a href="https://github.com/yusuftaufiq/laravel-books-api/blob/main/LICENSE">
8+
<img alt="GitHub" src="https://img.shields.io/github/license/yt2951/laravel-books-api?style=for-the-badge">
9+
</a>
10+
</p>
11+
312
## Introduction
413
This app provides a list of books in a RESTful API. Source of data obtained from [Gramedia](https://ebooks.gramedia.com) by using the [web scraping](https://en.wikipedia.org/wiki/Web_scraping) technique.
514

@@ -32,11 +41,11 @@ In addition to the [official documentation](https://laravel.com/docs/9.x/) from
3241
You can read the API documentation on the following page https://documenter.getpostman.com/view/14291055/UVyoVcj5.
3342

3443
## Installation
35-
### Manual Installation
44+
### Manual installation
3645
Requirements: PHP 8.1, Composer, RDBMS (such as: MySQL, SQLite, PostgreSQL, etc).
3746

3847
Installation steps:
39-
- Clone this repository `git clone https://github.com/yt2951/laravel-books-api.git`
48+
- Clone this repository `git clone https://github.com/yusuftaufiq/laravel-books-api.git`
4049
- Change directory `cd laravel-books-api`
4150
- Copy environment file `cp .env.example .env`
4251
- Set the database configuration you are using in `.env`
@@ -50,7 +59,7 @@ Installation steps:
5059
Requirements: Docker
5160

5261
Installation steps:
53-
- Clone this repository `git clone https://github.com/yt2951/laravel-books-api.git`
62+
- Clone this repository `git clone https://github.com/yusuftaufiq/laravel-books-api.git`
5463
- Change directory `cd laravel-books-api`
5564
- Copy environment file `cp .env.example .env`
5665
- You may want to change `DOCKER_FORWARD_*` in `.env` to prevent port conflicts

0 commit comments

Comments
 (0)