- Run
composer install. - Create mySQL database and config the .env file.
- Run
php artisan migrate:fresh --seed. - Now your DB is populated with test data.
- Go to
localhost:8000/setupto get the bearer tokens for the users. - Use http client with bearer tokens to perform CRUD operataions.
- Test the API.