Handle log server problems
Go to file
Joseph Le 7acc2cf82c Create API PO for add-on PO 2025-10-16 13:51:02 +11:00
app Update add log wiki 2025-09-29 17:13:57 +10:00
commands finish base 2023-08-22 08:49:53 +07:00
config add redis cache 2023-10-30 07:29:16 +07:00
contracts add redis cache 2023-10-30 07:29:16 +07:00
database Optimize code 2025-04-08 16:49:06 +07:00
manage-view Update Readme 2025-04-09 13:40:36 +07:00
providers test monitor (end) 2023-09-21 16:30:37 +07:00
start Create API PO for add-on PO 2025-10-16 13:51:02 +11:00
tests finish base 2023-08-22 08:49:53 +07:00
uploads update image for message zulip 2023-09-15 10:09:33 +07:00
.adonisrc.json add redis cache 2023-10-30 07:29:16 +07:00
.editorconfig finish base 2023-08-22 08:49:53 +07:00
.env.example Optimize code 2025-04-08 16:49:06 +07:00
.env.save save 2025-04-09 17:21:27 +10:00
.env.test finish base 2023-08-22 08:49:53 +07:00
.gitconfig fix remove auto logic, fix space on url 2025-07-07 18:32:39 +10:00
.gitignore Optimize code 2025-04-08 16:49:06 +07:00
README.md Update Readme 2025-04-09 13:40:36 +07:00
ace finish base 2023-08-22 08:49:53 +07:00
ace-manifest.json finish base 2023-08-22 08:49:53 +07:00
download update image for message zulip 2023-09-15 10:09:33 +07:00
env.ts add redis cache 2023-10-30 07:29:16 +07:00
package-lock.json Create API PO for add-on PO 2025-10-16 13:51:02 +11:00
package.json Create API PO for add-on PO 2025-10-16 13:51:02 +11:00
screenshot.js change ip server log 2023-12-28 09:17:40 +07:00
server.ts finish base 2023-08-22 08:49:53 +07:00
skip update findValue 2023-11-23 20:21:59 +11:00
test.ts finish base 2023-08-22 08:49:53 +07:00
tsconfig.json add redis cache 2023-10-30 07:29:16 +07:00
zuliprc update format message zulip 2023-09-18 10:38:12 +07:00

README.md

BACK-END

1. Copy .env.example -> .env

2. npm install

3. node ace migration:run

4. npm run dev

FRONT-END

1. cd manage-view

2. Copy .env.example -> .env

3. npm install

4. npm start