{"id":22933213,"url":"https://github.com/vellengs/nestx","last_synced_at":"2025-08-12T16:32:48.841Z","repository":{"id":37692315,"uuid":"131793015","full_name":"vellengs/nestx","owner":"vellengs","description":"A full stack infrastructure base on nestjs","archived":false,"fork":false,"pushed_at":"2023-01-12T01:43:38.000Z","size":22769,"stargazers_count":84,"open_issues_count":111,"forks_count":20,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-08-04T09:39:09.310Z","etag":null,"topics":["ant-design","ant-design-pro","json-schema","json-schema-form","nestjs","swagger","typeorm"],"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/vellengs.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}},"created_at":"2018-05-02T03:26:30.000Z","updated_at":"2024-05-30T08:17:10.000Z","dependencies_parsed_at":"2023-02-09T09:15:23.347Z","dependency_job_id":null,"html_url":"https://github.com/vellengs/nestx","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/vellengs/nestx","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vellengs%2Fnestx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vellengs%2Fnestx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vellengs%2Fnestx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vellengs%2Fnestx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vellengs","download_url":"https://codeload.github.com/vellengs/nestx/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vellengs%2Fnestx/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269571899,"owners_count":24440285,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-09T02:00:10.424Z","response_time":111,"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":["ant-design","ant-design-pro","json-schema","json-schema-form","nestjs","swagger","typeorm"],"created_at":"2024-12-14T11:28:26.021Z","updated_at":"2025-08-12T16:32:46.245Z","avatar_url":"https://github.com/vellengs.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Nestx \nA full stack infrastructure base on nestjs \u003ca href=\"README.zh-CN.md\"\u003e 中文说明 \u003c/a\u003e [demo](http://typerx.top) \naccount:\nadmin\n888888\n\n## What is Nestx\nNestx is a full stack real project base on nestjs framework.\nThis project is infrastructure for scale and extendable system.\n\nIncludes:\n- nest-server server side\n- nest-swagger Swagger generator\n- nest-angular Angular backend client\n- nest-react  React backend client\n- nest-testing API testing\n\n## Why Nestjs \n\nNestjs provides nodejs back-end modular management, completed controller annotation decorators, powerful module integration capabilities, and friendly with Angular.\n\n## Why Swagger\n\nSwagger is for rest api standard. it has benifit on decoupling but connecting between backend and frontend.\n\nSwagger provides good choices for swagger -\u003e front , swagger -\u003e server -\u003e front implement sequence.\n\nSwagger can easily generate front-end proxy codes, basic domain codes, and basic test interface codes, making coding easy and efficient etc.\n\n## Why Lerna\n\nLerna provides a set of command line convenience easily maintain modules.\n\n## why angular and react \n\nAngular and react both of them have large high quality UI libraries, good to use them switchable, but typescript is necessary.\n\n## Why needs testing\n\nTesting is an effective guarantee of project quality, and persistent testing codes are necessary means of project iteration.\n\n## Gets start\n\nprepare: To change .env for your own settings\n\n```\nnpm install lerna -g\n```\n\n```\nlerna bootstrap\n```\n\n```\nnpm run start:serve\n```\n\n```\nnpm run start:angular\n```\n \n### Features\n\n| functions    |  basic        |  full        |\n| -----------  |  -----------  |  ----------- |\n| Login        | √             |              |\n| Settings     | √             |              |\n| Users        | √             |              |\n| Roles        | √             |              |\n| Dictionary   | √             |              |\n| Logs         | √             |              |\n| Menus        | √             |              |\n\n### source code struct\n\n```\n\n├── README.md\n├── README.zh-CN.md\n├── docs\n│   ├── NestJsRBAC.1.md\n│   ├── NestJsRBAC.2.md\n│   └── README.md\n├── lerna.json\n├── nestx.code-workspace\n├── package.json\n└── packages\n    ├── clients\n    │   ├── nest-angular\n    │   └── nest-react\n    └── servers\n        ├── nest-server\n        ├── nest-swagger\n        ├── nest-testing\n        ├── nestx-auth\n        ├── nestx-base\n        ├── nestx-cms\n        ├── nestx-common\n        └── nestx-config\n        \n ```\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvellengs%2Fnestx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvellengs%2Fnestx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvellengs%2Fnestx/lists"}