{"id":22852765,"url":"https://github.com/lebrancworkshop/learn-typescript-express-thaitype","last_synced_at":"2026-04-11T08:07:06.419Z","repository":{"id":232529346,"uuid":"780771902","full_name":"LebrancWorkshop/Learn-Typescript-Express-ThaiType","owner":"LebrancWorkshop","description":"Learn Typescript with Express Project by ThaiType (Thai Typescript Content Facebook Fanpage).","archived":false,"fork":false,"pushed_at":"2024-04-02T06:08:19.000Z","size":76,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-03-31T07:11:12.667Z","etag":null,"topics":["express","typescript","youtube-tutorial"],"latest_commit_sha":null,"homepage":"","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/LebrancWorkshop.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}},"created_at":"2024-04-02T06:07:42.000Z","updated_at":"2024-04-02T06:08:54.000Z","dependencies_parsed_at":"2024-04-10T05:55:57.805Z","dependency_job_id":"7815fd7c-a602-4a19-92e5-a3f636671171","html_url":"https://github.com/LebrancWorkshop/Learn-Typescript-Express-ThaiType","commit_stats":null,"previous_names":["lebrancworkshop/learn-typescript-express-thaitype"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/LebrancWorkshop/Learn-Typescript-Express-ThaiType","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LebrancWorkshop%2FLearn-Typescript-Express-ThaiType","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LebrancWorkshop%2FLearn-Typescript-Express-ThaiType/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LebrancWorkshop%2FLearn-Typescript-Express-ThaiType/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LebrancWorkshop%2FLearn-Typescript-Express-ThaiType/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LebrancWorkshop","download_url":"https://codeload.github.com/LebrancWorkshop/Learn-Typescript-Express-ThaiType/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LebrancWorkshop%2FLearn-Typescript-Express-ThaiType/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31673091,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T17:19:37.612Z","status":"online","status_checked_at":"2026-04-11T02:00:05.776Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["express","typescript","youtube-tutorial"],"created_at":"2024-12-13T06:09:08.627Z","updated_at":"2026-04-11T08:07:06.404Z","avatar_url":"https://github.com/LebrancWorkshop.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TsExpressThaitype\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%2Flebrancworkshop%2Flearn-typescript-express-thaitype","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flebrancworkshop%2Flearn-typescript-express-thaitype","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flebrancworkshop%2Flearn-typescript-express-thaitype/lists"}