Skip to content

Starting studies of the Laravel 8 framework Creation of an api, with a CRUD of posts. Using Resources

Notifications You must be signed in to change notification settings

annarafaeladev/CRUD_API_Using_Resources_LARAVEL8

Repository files navigation

CRUD_API_Using_Resources_LARAVEL8

how to test?

I created a database using phpmyadmin. You can create one and add your bank name to the .env file in the DB_DATABSE field

  • php artisan migrate

Once this is done, it is necessary to fill the POSTS table, to fill the factory will be used to create the records.

  • php artisan db:seed

  • php artisan serves

Use an insomnia / postman or similar applications for interactions with the API

About

Starting studies of the Laravel 8 framework Creation of an api, with a CRUD of posts. Using Resources

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published