This is a simple crud app to fetch data from external api, and perform crud operations. Run only on PHP ^8.1
- Clone Repo
- Run
composer install
- Copy .env.example to .env
cp .env.example .env
and edit database information - Run migration using
php artisan migrate
- Serve App using
php artisan serve
https://documenter.getpostman.com/view/3599318/UzJPLEan
php artisan test