{"id":18894919,"url":"https://github.com/davidde/dashboard_nextjs","last_synced_at":"2026-05-11T07:15:56.186Z","repository":{"id":254745104,"uuid":"845032188","full_name":"davidde/dashboard_nextjs","owner":"davidde","description":"Official next.js dashboard app tutorial","archived":false,"fork":false,"pushed_at":"2024-08-28T13:36:46.000Z","size":997,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-24T06:37:11.235Z","etag":null,"topics":["dashboard","nextjs","react"],"latest_commit_sha":null,"homepage":"https://dashboard-nextjs-two-zeta.vercel.app/","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/davidde.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-08-20T12:58:32.000Z","updated_at":"2024-08-31T00:56:42.000Z","dependencies_parsed_at":"2024-08-27T20:18:58.587Z","dependency_job_id":"0f7d6bc1-0984-4a8f-9291-58243d171f70","html_url":"https://github.com/davidde/dashboard_nextjs","commit_stats":null,"previous_names":["davidde/dashboard_nextjs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/davidde/dashboard_nextjs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidde%2Fdashboard_nextjs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidde%2Fdashboard_nextjs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidde%2Fdashboard_nextjs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidde%2Fdashboard_nextjs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davidde","download_url":"https://codeload.github.com/davidde/dashboard_nextjs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidde%2Fdashboard_nextjs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270974734,"owners_count":24678250,"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-18T02:00:08.743Z","response_time":89,"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":["dashboard","nextjs","react"],"created_at":"2024-11-08T08:25:32.238Z","updated_at":"2026-05-11T07:15:51.160Z","avatar_url":"https://github.com/davidde.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Next.js App Router Course - Starter\n\nThis is the starter template for the Next.js App Router Course. It contains the starting code for the dashboard application.\n\nFor more information, see the [course curriculum](https://nextjs.org/learn/dashboard-app) on the Next.js Website.\n\n\n### Note on Authentication Environment Variables in Chapter 15\n* The `AUTH_SECRET` environment variable should be `NEXTAUTH_SECRET`.  \n  Generate it with `openssl rand -base64 32`, and add it on `vercel.com` in `Project Settings \u003e Environment Variables`.\n  Afterwards, redeploy the project to activate it.  \n  For development, add it in the `.env` file:\n  ```\n  NEXTAUTH_SECRET=LFl+yQ7JSSwnr+CnKr13vVerDhuL5e/Nrr3hq8L4OUE=\n  ```\n  Make sure `.env` is in `.gitignore`, so it is not uploaded to Github!\n\n* The `AUTH_URL` environment variable should be `NEXTAUTH_URL`.  \nIt is not required when `Automatically expose System Environment Variables` is checked on `vercel.com` in `Project Settings \u003e Environment Variables`, which is the default! Neither is it required in development.\n\n#### Test authentication credentials\n* Email: user@nextmail.com\n* Password: 123456\n\n### Running the project locally\n* Clone this repo, and cd into it in your terminal:\n  ```\n  git clone https://github.com/davidde/dashboard_nextjs.git\n  cd dashboard_nextjs\n  ```\n* (If you don't have pnpm installed, you can install it globally by running:)\n  ```\n  npm install -g pnpm\n  ```\n  This same command is used to update pnpm.  \n  (pnpm itself will tell you to update with `pnpm add -g pnpm`, but this will not work when pnpm is installed with npm, so just update with npm.)\n* Run `pnpm i` to install the project's packages:\n  ```\n  pnpm i\n  ```\n* Then run `pnpm dev` to start the development server:\n  ```\n  pnpm dev\n  ```\n  `pnpm dev` starts the Next.js development server on port 3000, so open http://localhost:3000 in the browser.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidde%2Fdashboard_nextjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavidde%2Fdashboard_nextjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidde%2Fdashboard_nextjs/lists"}