Commit Graph

220 Commits

Author SHA1 Message Date
3a33894543 Update DATABASE_URL in compose.yaml 2024-09-24 18:06:36 +07:00
163262bf68 Update CI workflow to fetch submodules during checkout and fix GITHUB_TOKEN issue 2024-09-24 18:00:58 +07:00
2988f23a2e Update CI workflow to fetch submodules during checkout and fix GITHUB_TOKEN issue 2024-09-24 17:51:46 +07:00
d9c27dba89 Update submodule URL for epess-database 2024-09-24 17:45:19 +07:00
3d4ac16dd3 Update CI workflow to fetch submodules during checkout 2024-09-24 17:23:06 +07:00
e66090e699 Update CI workflow to fetch submodules during checkout 2024-09-24 17:07:38 +07:00
b52b977c62 Generate Prisma client during Docker build 2024-09-24 17:01:17 +07:00
5fd0faa5eb Add CI workflow for self-hosted runner 2024-09-24 16:57:22 +07:00
0efb3369e6 Update submodule for epess-database 2024-09-24 16:52:40 +07:00
4747fca4a4 Add Pothos-generated User GraphQL schema and resolver
This commit adds the Pothos-generated User GraphQL schema and resolver. The schema is defined in the `src/graphql/graphql.schema.ts` file, and the resolver is defined in the `src/graphql/graphql.resolver.ts` file. The schema includes the `User` object type with fields for `id`, `name`, and `email`. The resolver includes a query field `users` that resolves to fetch all users from the Prisma database.
2024-09-24 16:52:09 +07:00
118e33884c Add .gitattributes file to enforce LF line endings 2024-09-24 15:21:08 +07:00
5a13ce8a34 Add .dockerignore file to exclude node_modules 2024-09-22 19:11:43 +07:00
3231969879 Update submodule for epess-database 2024-09-22 18:52:14 +07:00
e84f89f09e Add prisma:generate script to package.json 2024-09-09 16:36:34 +07:00
ef0ba09df2 Add submodule for epess-database 2024-09-09 16:36:27 +07:00
30e7ec74b6 Add GraphqlService to handle GraphQL requests 2024-09-09 16:14:21 +07:00
fbe03be7ca Add logging for server bootstrap 2024-09-09 14:52:22 +07:00
6a5acdd937 Add Dockerfile for building and running the application in a container 2024-09-09 14:32:50 +07:00
e543ac0818 Update project configuration files 2024-09-09 13:58:28 +07:00
2de5dc2f1e Ignore unnecessary files and directories 2024-09-09 13:27:31 +07:00