You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
monitor-doc/README.md

52 lines
1.3 KiB
Markdown

# 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>
## What is flavor ?
- this is another version from this application request from someone im changes many this
from here i think i get a good template for another project that i can work for.
2 years ago
## 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)
## Rsync
```bash
rsync -arP -e 'ssh -p 222' --exclude=node_modules --exclude=.git --exclude=.env --exclude=storage --exclude=public/hot . pi@ajikamaludin.id:/home/pi/projects/monitor-doc
```