diff --git a/1.png b/1.png new file mode 100644 index 0000000..a1da292 Binary files /dev/null and b/1.png differ diff --git a/2.png b/2.png new file mode 100644 index 0000000..e4fb571 Binary files /dev/null and b/2.png differ diff --git a/README.md b/README.md index 4ae0495..73f5433 100644 --- a/README.md +++ b/README.md @@ -1 +1,40 @@ -## Monitor Doc \ No newline at end of file +# 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)