{"id":19776507,"url":"https://github.com/atmosuwiryo/datatable","last_synced_at":"2026-04-30T16:34:10.064Z","repository":{"id":250606849,"uuid":"834487226","full_name":"atmosuwiryo/datatable","owner":"atmosuwiryo","description":"Example of datatable application using Nx, NestJS and Angular","archived":false,"fork":false,"pushed_at":"2025-12-16T22:09:00.000Z","size":470,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-20T13:51:23.722Z","etag":null,"topics":["angular","clarity-design","nestjs","nx","nx-workspace","prisma-orm"],"latest_commit_sha":null,"homepage":"https://nx-datatable.waiki.dev","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/atmosuwiryo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-07-27T12:19:20.000Z","updated_at":"2025-12-16T22:09:04.000Z","dependencies_parsed_at":"2025-06-22T02:48:29.025Z","dependency_job_id":null,"html_url":"https://github.com/atmosuwiryo/datatable","commit_stats":null,"previous_names":["atmosuwiryo/datatable"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/atmosuwiryo/datatable","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atmosuwiryo%2Fdatatable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atmosuwiryo%2Fdatatable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atmosuwiryo%2Fdatatable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atmosuwiryo%2Fdatatable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/atmosuwiryo","download_url":"https://codeload.github.com/atmosuwiryo/datatable/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atmosuwiryo%2Fdatatable/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32470879,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"ssl_error","status_checked_at":"2026-04-30T13:12:06.837Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["angular","clarity-design","nestjs","nx","nx-workspace","prisma-orm"],"created_at":"2024-11-12T05:20:21.156Z","updated_at":"2026-04-30T16:34:10.041Z","avatar_url":"https://github.com/atmosuwiryo.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Angular-Nest Datatable\n\nExample of datatable application using Angular and Nest under Nx Monorepo.\n\n## Run on localhost\n\n### 1. Run infra\n\n```\ncd datatable-workspace\ndocker compose up\n```\n\n### 2. Run Backend\n\n```\ncd datatable-api\ncp .env.example .env\nnpx prisma migrate reset\ncd ..\nnpx nx serve datatable-api\n```\n\n### 3. Run Frontend\n\n```\nnpx nx serve datatable\n```\n\n## Live demo\n\n[Live demo](https://nx-datatable.waiki.dev)\n\n***\n\n\n\u003ca alt=\"Nx logo\" href=\"https://nx.dev\" target=\"_blank\" rel=\"noreferrer\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/nrwl/nx/master/images/nx-logo.png\" width=\"45\"\u003e\u003c/a\u003e\n\n✨ **This workspace has been generated by [Nx, Smart Monorepos · Fast CI.](https://nx.dev)** ✨\n\n## Integrate with editors\n\nEnhance your Nx experience by installing [Nx Console](https://nx.dev/nx-console) for your favorite editor. Nx Console\nprovides an interactive UI to view your projects, run tasks, generate code, and more! Available for VSCode, IntelliJ and\ncomes with a LSP for Vim users.\n\n## Nx plugins and code generators\n\nAdd Nx plugins to leverage their code generators and automated, inferred tasks.\n\n```\n# Add plugin\nnpx nx add @nx/react\n\n# Use code generator\nnpx nx generate @nx/react:app demo\n\n# Run development server\nnpx nx serve demo\n\n# View project details\nnpx nx show project demo --web\n```\n\nRun `npx nx list` to get a list of available plugins and whether they have generators. Then run `npx nx list \u003cplugin-name\u003e` to see what generators are available.\n\nLearn more about [code generators](https://nx.dev/features/generate-code) and [inferred tasks](https://nx.dev/concepts/inferred-tasks) in the docs.\n\n## Running tasks\n\nTo execute tasks with Nx use the following syntax:\n\n```\nnpx nx \u003ctarget\u003e \u003cproject\u003e \u003c...options\u003e\n```\n\nYou can also run multiple targets:\n\n```\nnpx nx run-many -t \u003ctarget1\u003e \u003ctarget2\u003e\n```\n\n..or add `-p` to filter specific projects\n\n```\nnpx nx run-many -t \u003ctarget1\u003e \u003ctarget2\u003e -p \u003cproj1\u003e \u003cproj2\u003e\n```\n\nTargets can be defined in the `package.json` or `projects.json`. Learn more [in the docs](https://nx.dev/features/run-tasks).\n\n## Set up CI!\n\nNx comes with local caching already built-in (check your `nx.json`). On CI you might want to go a step further.\n\n- [Set up remote caching](https://nx.dev/features/share-your-cache)\n- [Set up task distribution across multiple machines](https://nx.dev/nx-cloud/features/distribute-task-execution)\n- [Learn more how to setup CI](https://nx.dev/recipes/ci)\n\n## Explore the project graph\n\nRun `npx nx graph` to show the graph of the workspace.\nIt will show tasks that you can run with Nx.\n\n- [Learn more about Exploring the Project Graph](https://nx.dev/core-features/explore-graph)\n\n## Connect with us!\n\n- [Join the community](https://nx.dev/community)\n- [Subscribe to the Nx Youtube Channel](https://www.youtube.com/@nxdevtools)\n- [Follow us on Twitter](https://twitter.com/nxdevtools)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatmosuwiryo%2Fdatatable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatmosuwiryo%2Fdatatable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatmosuwiryo%2Fdatatable/lists"}