# Monitor DOC - Laravel inertiajs This is a project about web application to monitor and send email notification for any contract or latter with end dated need to update or notice. ## Support me Trakteer Saya ## Requirements - PHP 8.0 or latest - Node 16+ or latest ## How to run ```bash $ cp .env.example .env # configure app for laravel $ touch database/database.sqlite # if you use .env.example with default sqlite database $ composer install $ npm install $ npm run dev # compiling asset for development ``` ## Default User ``` username : admin@admin.com password : password ``` ## Compile Assets ( to prod ) ```bash $ npm run build ``` ## Screenshot ![](1.png?raw=true) ![](2.png?raw=true)