/blog-api

Small blog API made with Laravel.

Primary LanguagePHPMIT LicenseMIT

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