{"id":16081943,"url":"https://github.com/mon4ik/nestjs-nuxt-template","last_synced_at":"2025-09-05T16:41:53.906Z","repository":{"id":235468586,"uuid":"692375736","full_name":"Mon4ik/nestjs-nuxt-template","owner":"Mon4ik","description":null,"archived":false,"fork":false,"pushed_at":"2023-09-16T09:42:33.000Z","size":159,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T11:43:24.853Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/Mon4ik.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":"2023-09-16T09:41:51.000Z","updated_at":"2023-09-16T09:42:36.000Z","dependencies_parsed_at":"2024-04-23T13:54:52.607Z","dependency_job_id":"e2dc1102-361d-49ee-b7c8-866435774292","html_url":"https://github.com/Mon4ik/nestjs-nuxt-template","commit_stats":null,"previous_names":["mon4ik/nestjs-nuxt-template"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Mon4ik/nestjs-nuxt-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mon4ik%2Fnestjs-nuxt-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mon4ik%2Fnestjs-nuxt-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mon4ik%2Fnestjs-nuxt-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mon4ik%2Fnestjs-nuxt-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mon4ik","download_url":"https://codeload.github.com/Mon4ik/nestjs-nuxt-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mon4ik%2Fnestjs-nuxt-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273787265,"owners_count":25168312,"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-09-05T02:00:09.113Z","response_time":402,"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":[],"created_at":"2024-10-09T11:24:43.904Z","updated_at":"2025-09-05T16:41:53.867Z","avatar_url":"https://github.com/Mon4ik.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NestJS + Nuxt Template\n**Also, template with:**\n - Typeorm\n - Migrations\n - TailwindCSS\n\n## Set up\n1. Clone repository\n2. At [`backend/`](/backend):\n   ```shell\n   yarn                  # install deps\n   yarn typeorm:migrate  # generate \u0026\u0026 run migration\n   yarn start:dev        # run in dev mode\n   yarn build            # build production \n   ```\n3. At [`frontend/`](/frontend):\n   ```shell\n   yarn                  # install deps\n   yarn dev              # run in dev mode\n   yarn build            # build production \n   ```\n## Usage\n### Structure\n(ignored some files)\n```\n.\n├── backend\n│   ├── README.md\n│   ├── migrations\n│   │   └── ...\n│   ├── src\n│   │   ├── ...\n│   │   └── user\n│   │       ├── user.controller.ts\n│   │       ├── user.entity.ts\n│   │       ├── user.module.ts\n│   │       └── user.service.ts\n│   ├── ...\n│   ├── .env\n│   ├── typeorm.config.ts\n│   └── yarn.lock\n├── frontend\n│   ├── pages\n│   │   └── ...\n│   ├── public\n│   │   └── ...\n│   ├── server\n│   │   └── ...\n│   ├── ...\n│   ├── App.vue\n│   ├── nuxt.config.ts\n│   ├── README.md\n│   └── yarn.lock\n├── .gitignore\n└── README.md\n    \n```\n\n### `.env` example\n```dotenv\nPG_HOST=\"127.0.0.1\"\nPG_PORT=\"5432\"\nPG_USERNAME=\"postgres\"\nPG_PASSWORD=\"\"\nPG_DATABASE=\"testdb\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmon4ik%2Fnestjs-nuxt-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmon4ik%2Fnestjs-nuxt-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmon4ik%2Fnestjs-nuxt-template/lists"}