Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fauzanmuh/test-boscod
Rest API Laravel 11
https://github.com/fauzanmuh/test-boscod
jwt-authentication laravel11
Last synced: 3 days ago
JSON representation
Rest API Laravel 11
- Host: GitHub
- URL: https://github.com/fauzanmuh/test-boscod
- Owner: fauzanmuh
- Created: 2024-09-12T04:53:20.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2024-09-12T09:24:19.000Z (2 months ago)
- Last Synced: 2024-09-13T16:15:47.127Z (2 months ago)
- Topics: jwt-authentication, laravel11
- Language: PHP
- Homepage:
- Size: 306 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Dokumentasi API
- API Login
![](https://github.com/fauzanmuh/Test-bosCOD/raw/master/dokumentasiAPI/Login.png)- API Update Token
![](https://github.com/fauzanmuh/Test-bosCOD/raw/master/dokumentasiAPI/updateToken.png)- API Create Transfer
![](https://github.com/fauzanmuh/Test-bosCOD/raw/master/dokumentasiAPI/createTransfer.png)## Panduan Menjalankan & Install Aplikasi
Clone project
``` $ git clone https://github.com/fauzanmuh/Test-bosCOD.git ```
Buka Kode editor → Terminal.
Masukkan perintah di bawah ini satu per satu (Tanpa $),
```
$ composer update
$ composer install
$ cp .env.example .env
$ php artisan key:generate
```Edit the .env file like this,
```
DB_CONNECTION = mysql
DB_HOST = 127.0.0.1 // change to Host your database
DB_PORT = 3306
DB_DATABASE = test-boscod // change to the name of the database table that you created
DB_USERNAME = root // change to be your database username, default root
DB_PASSWORD = // change to your databse password, null default
```Import Database yang telah disediakan,
Done 😉, untuk menjalankannya:
```$ php artisan serve```
Thank you 😁