Jobs Worker Service API http://192.168.1.61:20102/api-docs
Find a file
2026-01-12 14:47:31 +07:00
.forgejo/workflows chore: update ci/cd notification text 2025-03-27 13:24:38 +07:00
.github refactor: workflows 2025-02-27 09:10:23 +07:00
assets feat: insert province district sub-district into db 2024-08-29 17:10:44 +07:00
prisma fix: use prisma v6 config 2026-01-12 13:48:10 +07:00
src fix: use prisma v6 config 2026-01-12 13:48:10 +07:00
static initial commit 2024-04-01 13:28:43 +07:00
test feat(test): add api branch test 2025-05-23 17:12:06 +07:00
.dockerignore initial commit 2024-04-01 13:28:43 +07:00
.env.example chore: update env example 2024-07-01 08:49:48 +07:00
.gitignore feat: add git ignore 2024-06-26 11:53:02 +07:00
.npmrc chore: add package manager strict setting 2024-11-18 10:24:39 +07:00
.prettierignore initial commit 2024-04-01 13:28:43 +07:00
.prettierrc initial commit 2024-04-01 13:28:43 +07:00
.typos.toml fix: typos and ignore some false typos 2025-02-27 09:10:23 +07:00
CHANGELOG.md Update CHANGELOG.md 2024-11-18 10:15:36 +07:00
cliff.toml chore: change git-cliff commit limit 2024-10-30 13:20:46 +07:00
compose.yaml fix: delete branch from user wrong body 2024-04-04 15:50:30 +07:00
Dockerfile fix: no prisma module 2026-01-12 14:47:31 +07:00
entrypoint.sh feat: runtime migration 2024-04-03 09:28:40 +07:00
importData.ts chore: update Dockerfile 2026-01-12 14:47:19 +07:00
jws-import-data.ts chore: update Dockerfile 2026-01-12 14:47:19 +07:00
jws-import-employee-data.ts chore: update Dockerfile 2026-01-12 14:47:19 +07:00
nodemon.json chore: make nodemon watch .env file 2024-08-27 16:56:20 +07:00
package-lock.json feat: line (#13) 2025-02-20 16:07:16 +07:00
package.json fix: use prisma v6 config 2026-01-12 13:48:10 +07:00
pnpm-lock.yaml fix: lock prisma to v6 and fix lockfile 2026-01-12 14:10:11 +07:00
README.md initial commit 2024-04-01 13:28:43 +07:00
tsconfig.json chore: update tsconfig to not truncate error 2024-10-16 15:54:51 +07:00
tsoa.json feat: add property management endpoint 2025-03-10 15:12:30 +07:00
vite.config.ts feat(test): add api branch test 2025-05-23 17:12:06 +07:00

JWS Back-End

npm run migrate:dev - generate migration and push to database npm run migrate:deploy - push migrations to database