rraspo / blog-api

Small blog API made with Laravel.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blog-api

Small blog API made with Laravel.

Running the application

git clone https://github.com/rraspo/blog-api
cd blog-api
composer install
php artisan key:generate

After these steps, make sure to update .env file with required database credentials so migrations and resources will work.

php artisan migrate

Test my API

Use my postman collection to test this small API

Run in Postman

About

Small blog API made with Laravel.

License:MIT License


Languages

Language:PHP 96.1%Language:HTML 3.2%Language:Vue 0.7%