Blog application development project using laravel.
Clone the project
git clone https://github.com/aaafarrr/MYBLOG-Investree-Rakamin.git
Go to the project directory
cd MYBLOG-Investree-Rakamin
Install Dependencies
composer install
composer update
Configure .env
cp .env.example .env
Migration with seeders and Passport installation
php artisan migrate --seed
php artisan passport:install
php artisan key:generate
php artisan serve
Email: admin@example.com
Password: password
/api/v1/
POST /api/v1/auth/login
Parameter | Type | Description |
---|---|---|
email |
string |
Required. Email Address. |
password |
string |
Required. Password Account. |