{"id":42421785,"url":"https://github.com/kir-dev/next-nest-template","last_synced_at":"2026-01-28T02:59:31.309Z","repository":{"id":235247149,"uuid":"790373318","full_name":"kir-dev/next-nest-template","owner":"kir-dev","description":"NestJS + NextJS template repository with Yarn workspaces, shadcn/ui","archived":false,"fork":false,"pushed_at":"2025-03-24T07:24:43.000Z","size":1280,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-24T08:31:19.704Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/kir-dev.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}},"created_at":"2024-04-22T19:02:04.000Z","updated_at":"2024-12-19T09:07:46.000Z","dependencies_parsed_at":"2024-12-09T14:24:52.618Z","dependency_job_id":"135c9461-8631-4b46-a866-0fe0c6f760e7","html_url":"https://github.com/kir-dev/next-nest-template","commit_stats":null,"previous_names":["kir-dev/next-nest-template"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/kir-dev/next-nest-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kir-dev%2Fnext-nest-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kir-dev%2Fnext-nest-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kir-dev%2Fnext-nest-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kir-dev%2Fnext-nest-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kir-dev","download_url":"https://codeload.github.com/kir-dev/next-nest-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kir-dev%2Fnext-nest-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28835662,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T02:10:51.810Z","status":"ssl_error","status_checked_at":"2026-01-28T02:10:50.806Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":[],"created_at":"2026-01-28T02:59:26.629Z","updated_at":"2026-01-28T02:59:31.293Z","avatar_url":"https://github.com/kir-dev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NestJS + NextJS Starter Project by Kir-Dev\n\nThis is a starter project for a fullstack application using NestJS and NextJS.\nIt includes a basic setup for a NestJS as backend and a NextJS as frontend,\nincluding shadcn/ui, ESLint, Prettier, and GitHub Actions.\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js 22\n- Pnpm 10\n\n### Installation\n\nYou only need to install dependencies in the root directory.\n\n```bash\npnpm install\n```\n\n### Linter and Formatter Configuration\n\nIt is a must to use ESLint and Prettier in this project.\n\nSet up ESLint and Prettier in your IDE and check `fix on save` or `format on save` options.\n\nYou can run the following commands to check linting and formatting issues.\n\n```bash\npnpm lint\n# or\npnpm lint:fix\n```\n\n```bash\npnpm format:check\n# or\npnpm format\n```\n\n### Development\n\nYou can run the backend and frontend separately.\n\n```bash\npnpm start:backend # Starts on http://localhost:3001\n```\n\n```bash\npnpm start:frontend # Starts on http://localhost:3000\n```\n\n### After Development\n\nYou can build the frontend and run the application.\n\n```bash\npnpm build:frontend\n```\n\nOr build the backend.\n\n```bash\npnpm build:backend\n```\n\nThere are recommended GitHub Actions workflows for this setup, which will fail if one of the following commands fails:\n\n```bash\npnpm lint\n```\n\n```bash\npnpm format:check\n```\n\n```bash\npnpm build:backend\n```\n\n## Happy Coding!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkir-dev%2Fnext-nest-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkir-dev%2Fnext-nest-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkir-dev%2Fnext-nest-template/lists"}