{"id":13615534,"url":"https://github.com/freddyshim/super-svelte-stack","last_synced_at":"2025-04-13T21:31:03.144Z","repository":{"id":106892247,"uuid":"589064265","full_name":"freddyshim/super-svelte-stack","owner":"freddyshim","description":"Full-stack web app template made with SvelteKit, TailwindCSS, Auth.js, Prisma, PostgreSQL, AWS SES","archived":false,"fork":false,"pushed_at":"2023-04-02T18:27:15.000Z","size":208,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-07T23:39:38.048Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Svelte","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/freddyshim.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":"2023-01-14T23:41:16.000Z","updated_at":"2024-10-16T12:07:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"e5e668ac-7ea2-4290-9688-62e2013b6263","html_url":"https://github.com/freddyshim/super-svelte-stack","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freddyshim%2Fsuper-svelte-stack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freddyshim%2Fsuper-svelte-stack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freddyshim%2Fsuper-svelte-stack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freddyshim%2Fsuper-svelte-stack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/freddyshim","download_url":"https://codeload.github.com/freddyshim/super-svelte-stack/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248786128,"owners_count":21161402,"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-08-01T20:01:14.865Z","updated_at":"2025-04-13T21:31:01.469Z","avatar_url":"https://github.com/freddyshim.png","language":"Svelte","funding_links":[],"categories":["Svelte"],"sub_categories":[],"readme":"# Super Svelte Stack\n\nFull-stack web app framework built upon \u003cb\u003eSvelteKit\u003c/b\u003e.\n\nOther technologies/packages used include:\n\n- TailwindCSS\n- Auth.js (includes both Credentials and OAuth providers)\n- Prisma\n- PostgreSQL\n- bcryptjs\n- AWS SES\n- nodemailer\n\n## Setup\n\nFirst, clone the repository.\n\n```\ngit clone https://github.com/freddyshim/super-svelte-stack\ncd super-svelte-stack\n```\n\nOnce you pulled the latest version, create a `.env` file in the root directory with the following environment variables. Make sure to replace the placeholder values with your own.\n\n```\nBASE_URL=http://localhost:5173\nDATABASE_URL=postgresql://USER:PASSWORD@URL:PORT/DBNAME\nGOOGLE_CLIENT_ID=your-google-client-id\nGOOGLE_CLIENT_SECRET=your-google-client-secret\nAUTH_SECRET=your-jwt-secret\nAUTH_TRUST_HOST=true\nSMTP_EMAIL=your-email\nSMTP_SERVER=your-email-server\nSMTP_PORT=your-email-port\nSMTP_USERNAME=your-email-username\nSMTP_PASSWORD=your-email-password\nAWS_ACCESS_KEY_ID=your-aws-key\nAWS_SECRET_ACCESS_KEY=your-aws-secret\nAWS_REGION=your-aws-region\n```\n\nNow that you have all the required environment variables, begin to initialize the project. This step involves \u003cb\u003ea)\u003c/b\u003e installing Node packages, \u003cb\u003eb)\u003c/b\u003e creating schema tables in your database and \u003cb\u003ec)\u003c/b\u003e creating Prisma types to use in the project.\n\n```\nnpm i\nnpx prisma migrate dev --name init\nnpx prisma generate\n```\n\nFinally, you are ready to run the development server.\n\n```\nnpm run dev\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreddyshim%2Fsuper-svelte-stack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffreddyshim%2Fsuper-svelte-stack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreddyshim%2Fsuper-svelte-stack/lists"}