{"id":19977860,"url":"https://github.com/devbyray/nuxt-todo-edge","last_synced_at":"2026-03-19T12:55:39.511Z","repository":{"id":234568871,"uuid":"789157400","full_name":"devbyray/nuxt-todo-edge","owner":"devbyray","description":null,"archived":false,"fork":false,"pushed_at":"2024-04-19T20:18:09.000Z","size":79,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-12T10:11:44.757Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Vue","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/devbyray.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-19T20:18:06.000Z","updated_at":"2024-04-19T20:18:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"984792a1-b9d4-491c-ac5a-cb1a7f77597e","html_url":"https://github.com/devbyray/nuxt-todo-edge","commit_stats":null,"previous_names":["devbyray/nuxt-todo-edge"],"tags_count":0,"template":false,"template_full_name":"atinux/atidone","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devbyray%2Fnuxt-todo-edge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devbyray%2Fnuxt-todo-edge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devbyray%2Fnuxt-todo-edge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devbyray%2Fnuxt-todo-edge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devbyray","download_url":"https://codeload.github.com/devbyray/nuxt-todo-edge/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241411542,"owners_count":19958753,"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":[],"created_at":"2024-11-13T03:29:36.192Z","updated_at":"2026-03-09T14:03:48.886Z","avatar_url":"https://github.com/devbyray.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nuxt Todo List on the Edge\n\nA demonstration using [Nuxt](https://nuxt.com) with server-side rendering on the edge, authentication and database querying using [Cloudflare D1](https://developers.cloudflare.com/d1/).\n\n## Features\n\n- [Server-Side Rendering on the Edge](https://nuxt.com/blog/nuxt-on-the-edge)\n- Authentication backed-in using [nuxt-auth-utils](https://github.com/Atinux/nuxt-auth-utils)\n- Leverage [Cloudflare D1](https://developers.cloudflare.com/d1/) as database and [drizzle ORM](https://orm.drizzle.team/)\n- User interface made with [Nuxt UI](https://ui.nuxt.com)\n- Embed [Drizzle Studio](https://orm.drizzle.team/drizzle-studio/overview/) in the [Nuxt DevTools](https://devtools.nuxt.com)\n\n## Live demo\n\nhttps://todos.nuxt.dev\n\nhttps://github.com/Atinux/nuxt-todos-edge/assets/904724/5f3bee55-dbae-4329-8057-7d0e16e92f81\n\n## Setup\n\nMake sure to install the dependencies using [pnpm](https://pnpm.io/):\n\n```bash\npnpm i\n```\n\nCreate a [GitHub Oauth Application](https://github.com/settings/applications/new) with:\n- Homepage url: `http://localhost:3000`\n- Callback url: `http://localhost:3000/api/auth/github`\n\nAdd the variables in the `.env` file:\n\n```bash\nNUXT_OAUTH_GITHUB_CLIENT_ID=\"my-github-oauth-app-id\"\nNUXT_OAUTH_GITHUB_CLIENT_SECRET=\"my-github-oauth-app-secret\"\n```\n\nTo create sealed sessions, you also need to add `NUXT_SESSION_SECRET` in the `.env` with at least 32 characters:\n\n```bash\nNUXT_SESSION_SECRET=your-super-long-secret-for-session-encryption\n```\n\n## Development\n\nStart the development server on http://localhost:3000\n\n```bash\nnpm run dev\n```\n\nIn the Nuxt DevTools, you can see your tables by clicking on the Hub Database tab:\n\nhttps://github.com/Atinux/nuxt-todos-edge/assets/904724/7ece3f10-aa6f-43d8-a941-7ca549bc208b\n\n## Deploy\n\nYou can deploy this project on your Cloudflare account for free and with zero configuration using [NuxtHub](https://hub.nuxt.com).\n\n```bash\nnpx nuxthub deploy\n```\n\nIt's also possible to leverage Cloudflare Pages CI for deploying, learn more about the different options on https://hub.nuxt.com/docs/getting-started/deploy\n\n## Remote Storage\n\nOnce you deployed your project, you can connect to your remote database locally running:\n  \n```bash\npnpm dev --remote\n```\n\nLearn more about remote storage on https://hub.nuxt.com/docs/getting-started/remote-storage\n\n## License\n\n[MIT License](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevbyray%2Fnuxt-todo-edge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevbyray%2Fnuxt-todo-edge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevbyray%2Fnuxt-todo-edge/lists"}