{"id":16773642,"url":"https://github.com/wlucha/angular-nest","last_synced_at":"2025-08-03T19:36:57.633Z","repository":{"id":40670331,"uuid":"267123909","full_name":"wlucha/angular-nest","owner":"wlucha","description":"Angular 13 \u0026 NestJS 8 Starter Project","archived":false,"fork":false,"pushed_at":"2025-03-08T12:00:59.000Z","size":425,"stargazers_count":30,"open_issues_count":1,"forks_count":12,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-18T06:22:44.625Z","etag":null,"topics":["angular","angular-nest","angular13","boilerplate","jest","nest","nestjs","ngx-admin","starter","starter-kit"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wlucha.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","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}},"created_at":"2020-05-26T18:42:22.000Z","updated_at":"2025-01-11T17:46:06.000Z","dependencies_parsed_at":"2024-10-28T11:41:08.759Z","dependency_job_id":"755be5f6-ab5d-4f8a-bc0d-a3fc885c27de","html_url":"https://github.com/wlucha/angular-nest","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wlucha%2Fangular-nest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wlucha%2Fangular-nest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wlucha%2Fangular-nest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wlucha%2Fangular-nest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wlucha","download_url":"https://codeload.github.com/wlucha/angular-nest/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244885403,"owners_count":20526292,"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","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","angular-nest","angular13","boilerplate","jest","nest","nestjs","ngx-admin","starter","starter-kit"],"created_at":"2024-10-13T06:46:32.886Z","updated_at":"2025-03-21T23:34:24.568Z","avatar_url":"https://github.com/wlucha.png","language":"TypeScript","readme":"![angular-nest](https://user-images.githubusercontent.com/7531596/82949797-813e0600-9fa4-11ea-8eaa-3101c3f0b092.png)\n\u003e Angular 13 + NestJS 8 starter project  \n\nThis is a Angular 13 (ngx-admin) + NestJS 8 boilerplate to easily start your own frontend + backend project.\n\n\u003chr /\u003e\n\n![Angular13](https://img.shields.io/badge/Angular-13-brightgreen)\n![NestJS8](https://img.shields.io/badge/NestJS-8-brightgreen)\n[![Build](https://api.travis-ci.org/wlucha/angular-nest.svg?branch=master)](https://travis-ci.org/github/wlucha/angular-nest)\n[![MIT](https://img.shields.io/packagist/l/doctrine/orm.svg)]()\n[![StackShare](http://img.shields.io/badge/tech-stack-0690fa.svg?style=flat)](https://stackshare.io/wlucha/angular-nest)\n[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=wlucha_angular-nest\u0026metric=alert_status)](https://sonarcloud.io/dashboard?id=wlucha_angular-nest)  \n\n## Features    \n✅ Angular 13+\u003cbr /\u003e\n  - a JS frontend framework created by Google\u003cbr /\u003e\n  - https://angular.io/\u003cbr /\u003e\n\n✅ NestJS 8+\u003cbr /\u003e\n  - a JS backend framework providing architecture out of the box with a syntax similar to Angular\u003cbr /\u003e\n  - https://nestjs.com/\u003cbr /\u003e\n\n✅ Jest Unit Testing\u003cbr /\u003e\n  - a delightful JavaScript Testing Framework with a focus on simplicity\u003cbr /\u003e\n  - https://jestjs.io/\u003cbr /\u003e\n\n✅ Ngx-admin\u003cbr /\u003e\n  - Customizable admin dashboard template based on Angular 13+\u003cbr /\u003e\n  - https://github.com/akveo/ngx-admin\u003cbr /\u003e\n\n## Demo\n- [StackBlitz Demo](https://stackblitz.com/github/wlucha/angular-nest)\n\n## Frontend App\nThe Angular 13 frontend app is based on the [ngx-admin](https://github.com/akveo/ngx-admin) starter kit.  \n\n![image](https://user-images.githubusercontent.com/7531596/148551080-de61fdb5-ffa4-496e-a26b-4bbf9dd35e9e.png)\n\n\n## Installation\n\n```bash\n# Install dependencies\n$ npm install\n```\n\n## Running Nest.js\n\n```bash\n# development\n$ npm run start-nest\n\n# watch mode\n$ npm run start-nest:dev\n\n# production mode\n$ npm run start-nest:prod\n```\n\n## Running Angular\n\n```bash\n# development\n$ npm run start-angular\n\n# production mode\n$ npm run start-angular:prod\n```\n\n## Test\n\n```bash\n# unit tests\n$ npm run test\n\n# e2e tests\n$ npm run test:e2e\n\n# test coverage\n$ npm run test:cov\n```\n\n\n## License\nMIT License\n\nCopyright (c) 2023 Wilfried Lucha\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwlucha%2Fangular-nest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwlucha%2Fangular-nest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwlucha%2Fangular-nest/lists"}