UPDATE README OPEN PUBLIC

original
ajikamaludin 2 years ago
parent 854d9db22e
commit ef60d3f5fb
Signed by: ajikamaludin
GPG Key ID: 476C9A2B4B794EBB

BIN
1.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

BIN
2.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

@ -1 +1,40 @@
## Monitor Doc
# 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
<a href="https://trakteer.id/ajikamaludin" target="_blank"><img id="wse-buttons-preview" src="https://cdn.trakteer.id/images/embed/trbtn-blue-2.png" height="40" style="border:0px;height:40px;" alt="Trakteer Saya"></a>
## 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)

Loading…
Cancel
Save