diff --git a/README.md b/README.md index b850d75..19b02db 100644 --- a/README.md +++ b/README.md @@ -1 +1,36 @@ -# Expense Tracker - inertiajs \ No newline at end of file +# Expense Tracker - Laravel inertiajs + +laravel Expense Tracker Example with inertiajs - react with ui kit [daisyui](https://daisyui.com/components/form/input) +database use sqlite + +## Requirements + +* PHP 8.0 or latest + +## How to run + +```bash +$ cp .env.example .env +$ composer install +$ npm install +$ npm run dev # optional only if any changes you make in resource/js +$ php artisan migrate +$ php artisan serve +``` + +## Compile Assets + +```bash +$ npm run dev +``` + +or + +```bash +$ npm run watch +``` + +## Screenshot + +![](screenshot.png?raw=true) +![](screenshot1.png?raw=true) \ No newline at end of file diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000..430b864 Binary files /dev/null and b/screenshot.png differ diff --git a/screenshot1.png b/screenshot1.png new file mode 100644 index 0000000..c3d7ac1 Binary files /dev/null and b/screenshot1.png differ