{"id":20543477,"url":"https://github.com/moolenbeek/sveltekit-auth-psql","last_synced_at":"2026-05-10T03:43:17.155Z","repository":{"id":257327490,"uuid":"857932128","full_name":"moolenbeek/sveltekit-auth-psql","owner":"moolenbeek","description":"sveltekit user auth template using lucia, drizzle, psql, and pico css","archived":false,"fork":false,"pushed_at":"2024-09-21T14:15:55.000Z","size":20549,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-16T15:34:25.166Z","etag":null,"topics":["auth","postgresql","psql","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-16T01:10:48.000Z","updated_at":"2024-09-21T14:15:59.000Z","dependencies_parsed_at":"2024-09-16T02:49:46.619Z","dependency_job_id":"5779c957-4931-484e-96f3-17b2e15b74f7","html_url":"https://github.com/moolenbeek/sveltekit-auth-psql","commit_stats":null,"previous_names":["moolenbeek/sveltekit-psql","moolenbeek/sveltekit-auth-psql"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moolenbeek%2Fsveltekit-auth-psql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moolenbeek%2Fsveltekit-auth-psql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moolenbeek%2Fsveltekit-auth-psql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moolenbeek%2Fsveltekit-auth-psql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/moolenbeek","download_url":"https://codeload.github.com/moolenbeek/sveltekit-auth-psql/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242150747,"owners_count":20080006,"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":["auth","postgresql","psql","svelte","sveltekit"],"created_at":"2024-11-16T01:38:03.086Z","updated_at":"2026-05-10T03:43:17.122Z","avatar_url":"https://github.com/moolenbeek.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sveltekit-auth-psql\n\nSveltekit user auth template using lucia, drizzle, psql, and pico css\n[TypeScript](https://www.typescriptlang.org/), [Svelte](https://svelte.dev), [SvelteKit](https://kit.svelte.dev), [Lucia](https://lucia-auth.com/), [Drizzle](https://orm.drizzle.team/), 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-psql\ncd sveltekit-auth-psql\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 database parameters to your `.env` without the square brackets:\n\n```bash\nDATABASE_URL=\"postgres://[user]:[password]@[host]:[port_number]/[db_name]\"\n```\n\nGenerate database\n\n```bash\nnpm run generate\n```\n\nMigrate database\n\n```bash\nnpm run migrate\n```\n\nStart development server:\n\n```bash\nnpm run dev\n```\n\nDrizzle studio\n\n```bash\nnpm run studio\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoolenbeek%2Fsveltekit-auth-psql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoolenbeek%2Fsveltekit-auth-psql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoolenbeek%2Fsveltekit-auth-psql/lists"}