Jobs Worker Service API http://192.168.1.61:20102/api-docs
Find a file
Methapon Metanipat d5ab07bacb refactor: upload now return presigned url instead of redirect
This will prevent from payload upload to API Server first and then
upload to MinIO which cause upload to be happens twice.
2024-10-24 09:56:37 +07:00
.github/workflows chore: remove localhots (not working when in container) 2024-09-12 17:43:24 +07:00
assets feat: insert province district sub-district into db 2024-08-29 17:10:44 +07:00
prisma feat: add installments data 2024-10-21 17:26:35 +07:00
src refactor: upload now return presigned url instead of redirect 2024-10-24 09:56:37 +07:00
static initial commit 2024-04-01 13:28:43 +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
.prettierignore initial commit 2024-04-01 13:28:43 +07:00
.prettierrc initial commit 2024-04-01 13:28:43 +07:00
cliff.toml initial commit 2024-04-01 13:28:43 +07:00
compose.yaml fix: delete branch from user wrong body 2024-04-04 15:50:30 +07:00
Dockerfile fix: case typo 2024-09-12 15:14:27 +07:00
entrypoint.sh feat: runtime migration 2024-04-03 09:28:40 +07:00
nodemon.json chore: make nodemon watch .env file 2024-08-27 16:56:20 +07:00
package.json chore: deps ver 2024-10-22 09:27:29 +07:00
pnpm-lock.yaml chore: deps ver 2024-10-22 09:27:29 +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 chore: add tag 2024-10-09 15:06:04 +07:00

JWS Back-End

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