{"id":28445328,"url":"https://github.com/suptarr/incubator-nextjs-dashboard","last_synced_at":"2025-07-03T13:07:42.148Z","repository":{"id":216763640,"uuid":"742268781","full_name":"SupTarr/incubator-nextjs-dashboard","owner":"SupTarr","description":"This is a dashboard application built with Next.js, following the structure and concepts from the Next.js Learn course.","archived":false,"fork":false,"pushed_at":"2025-05-21T17:17:15.000Z","size":2089,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-06T10:12:32.016Z","etag":null,"topics":["nextauth","nextjs","postgresql","tailwindcss"],"latest_commit_sha":null,"homepage":"https://incubator-nextjs-dashboard-suptarr.vercel.app/","language":"TypeScript","has_issues":false,"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/SupTarr.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,"zenodo":null}},"created_at":"2024-01-12T05:19:42.000Z","updated_at":"2025-05-21T17:17:19.000Z","dependencies_parsed_at":"2025-05-20T18:26:14.344Z","dependency_job_id":"0e5db66f-424e-4fc5-8354-8be0006108b8","html_url":"https://github.com/SupTarr/incubator-nextjs-dashboard","commit_stats":null,"previous_names":["suptarr/incubator-nextjs-dashboard"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SupTarr/incubator-nextjs-dashboard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SupTarr%2Fincubator-nextjs-dashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SupTarr%2Fincubator-nextjs-dashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SupTarr%2Fincubator-nextjs-dashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SupTarr%2Fincubator-nextjs-dashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SupTarr","download_url":"https://codeload.github.com/SupTarr/incubator-nextjs-dashboard/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SupTarr%2Fincubator-nextjs-dashboard/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262678692,"owners_count":23347415,"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":["nextauth","nextjs","postgresql","tailwindcss"],"created_at":"2025-06-06T10:12:30.998Z","updated_at":"2025-07-03T13:07:42.136Z","avatar_url":"https://github.com/SupTarr.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Next.js Dashboard Project\n\nThis is a dashboard application built with Next.js, following the structure and concepts from the [Next.js Learn course](https://nextjs.org/learn).\n\n## Getting Started\n\nThese instructions will get you a copy of the project up and running on your local machine for development and testing purposes.\n\n## Key Technologies Used\n\n* **Framework:** [Next.js](https://nextjs.org/)\n* **Styling:** [Tailwind CSS](https://tailwindcss.com/)\n* **UI Components:** [Headless UI](https://headlessui.com/) (implied via `@heroicons/react`)\n* **Database:** [Vercel Postgres](https://vercel.com/postgres)\n* **Authentication:** [NextAuth.js](https://next-auth.js.org/) (beta version)\n* **Validation:** [Zod](https://zod.dev/)\n* **Linting/Formatting:** ESLint, Prettier\n\n### Prerequisites\n\n* Node.js (Version \u003e= 18 recommended)\n* npm, yarn, or pnpm\n\n## Environment Variables\n\nThis project requires environment variables for database connection and authentication secrets. Create a `.env` file in the root directory based on `.env.example` (if one exists) or the requirements outlined in the course/documentation.\n\n```sh\n# Example .env content\nPOSTGRES_URL=your_database_connection_string\nAUTH_SECRET=your_strong_secret_for_nextauth\n# ... other variables\n```\n\n*(Remember to add `.env` to your `.gitignore` file!)*\n\n### Installation\n\n1. Clone the repository:\n\n    ```bash\n    git clone \u003cyour-repository-url\u003e\n    cd incubator-nextjs-dashboard\n    ```\n\n2. Install dependencies:\n\n    ```bash\n    npm install\n    # or\n    yarn install\n    # or\n    pnpm install\n    ```\n\n### Running the Development Server\n\nTo start the development server (with Turbopack):\n\n```bash\nnpm run dev\n# or\nyarn dev\n# or\npnpm dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuptarr%2Fincubator-nextjs-dashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsuptarr%2Fincubator-nextjs-dashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuptarr%2Fincubator-nextjs-dashboard/lists"}