{"id":15050542,"url":"https://github.com/moolenbeek/sveltekit-auth-prisma","last_synced_at":"2025-08-01T09:16:07.369Z","repository":{"id":256482005,"uuid":"855440415","full_name":"moolenbeek/sveltekit-auth-prisma","owner":"moolenbeek","description":"sveltekit user auth template using lucia, prisma, sqlite, and pico css","archived":false,"fork":false,"pushed_at":"2024-09-16T01:07:13.000Z","size":104,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-14T02:13:41.049Z","etag":null,"topics":["adapter","adapter-prisma","auth","lucia","middleware","picocss","prisma","prisma-client","sqlite","svelte","sveltekit"],"latest_commit_sha":null,"homepage":"","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/moolenbeek.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-09-10T21:47:08.000Z","updated_at":"2024-09-16T01:07:17.000Z","dependencies_parsed_at":"2024-09-16T02:36:07.328Z","dependency_job_id":null,"html_url":"https://github.com/moolenbeek/sveltekit-auth-prisma","commit_stats":null,"previous_names":["moolenbeek/sveltekit-auth","moolenbeek/sveltekit-auth-prisma"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/moolenbeek/sveltekit-auth-prisma","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moolenbeek%2Fsveltekit-auth-prisma","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moolenbeek%2Fsveltekit-auth-prisma/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moolenbeek%2Fsveltekit-auth-prisma/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moolenbeek%2Fsveltekit-auth-prisma/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/moolenbeek","download_url":"https://codeload.github.com/moolenbeek/sveltekit-auth-prisma/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moolenbeek%2Fsveltekit-auth-prisma/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263628144,"owners_count":23490918,"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":["adapter","adapter-prisma","auth","lucia","middleware","picocss","prisma","prisma-client","sqlite","svelte","sveltekit"],"created_at":"2024-09-24T21:27:13.750Z","updated_at":"2025-07-04T22:34:24.852Z","avatar_url":"https://github.com/moolenbeek.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sveltekit-auth-prisma\n\nSveltekit user auth template using lucia, prisma, and pico css\n[TypeScript](https://www.typescriptlang.org/), [Svelte](https://svelte.dev), [SvelteKit](https://kit.svelte.dev), [Lucia](https://lucia-auth.com/), [Prisma](https://www.prisma.io/), [SQLite](https://www.sqlite.org/), and [Pico CSS](https://picocss.com/).\n\n## Get started\n\nClone the repository and navigate to the project directory:\n\n```bash\ngit clone https://github.com/moolenbeek/sveltekit-auth.git sveltekit-auth\ncd sveltekit-auth\n```\n\nIf you would like to remove existing `.git` repository and re-initialize Git locally:\n\n```bash\nrm -rf .git\ngit init\n```\n\nOnce you've cloned the project, install dependencies with NPM:\n\n```bash\nnpm install # or `npm i`\n```\n\nAdd the following to your `.env`\n\n```bash\nDATABASE_URL=\"file:./dev.db\"\n```\n\nMigrate database\n\n```bash\nnpx prisma migrate dev --name init\n```\n\nStart development server:\n\n```bash\nnpm run dev\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoolenbeek%2Fsveltekit-auth-prisma","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoolenbeek%2Fsveltekit-auth-prisma","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoolenbeek%2Fsveltekit-auth-prisma/lists"}