Jobs Worker Service API http://192.168.1.61:20102/api-docs
Find a file
2024-07-01 11:19:12 +07:00
.github/workflows Add Github Action 2024-04-19 09:37:10 +07:00
prisma refactor!: change typo field and reset migration 2024-06-28 09:35:49 +07:00
src feat: bump deps version 2024-07-01 11:19:12 +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 chore: add prisma kysely for query builder 2024-06-26 11:34:14 +07:00
entrypoint.sh feat: runtime migration 2024-04-03 09:28:40 +07:00
nodemon.json initial commit 2024-04-01 13:28:43 +07:00
package.json feat: bump deps version 2024-07-01 11:19:12 +07:00
pnpm-lock.yaml feat: bump deps version 2024-07-01 11:19:12 +07:00
README.md initial commit 2024-04-01 13:28:43 +07:00
tsconfig.json initial commit 2024-04-01 13:28:43 +07:00
tsoa.json chore: change swagger order 2024-06-19 17:59:48 +07:00

JWS Back-End

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