Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 726 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 726 Bytes

About this project

This project has been created to test with Inertia.js and Tailwind and to make a simple recipe searcher with it using Spoonacular API.

How to run this project

Run the project like any other Laravel project.

composer install
npm install
npm run dev
php artisan serve

Create a .env file with the following variables, you can get the API key and URL from Spoonacular

SPOONACULAR_API_KEY=
SPOONACULAR_API_URL=

How to run the tests

Run the tests with the following command:

php artisan test

Only two tests have been created by myself and they are for the recipe searcher, the rest are the default ones that come with Laravel/Breeze.