{"id":14988593,"url":"https://github.com/silentworks/waiting-list","last_synced_at":"2025-04-12T00:22:05.635Z","repository":{"id":38417944,"uuid":"435171119","full_name":"silentworks/waiting-list","owner":"silentworks","description":"A Waiting list application built on Supabase","archived":false,"fork":false,"pushed_at":"2023-09-04T01:06:54.000Z","size":466,"stargazers_count":91,"open_issues_count":1,"forks_count":8,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-03-25T20:06:46.765Z","etag":null,"topics":["bulma","supabase","svelte","sveltejs","sveltekit"],"latest_commit_sha":null,"homepage":"https://waiting-list.fly.dev/","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/silentworks.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":"2021-12-05T13:14:26.000Z","updated_at":"2025-01-19T12:25:05.000Z","dependencies_parsed_at":"2024-09-25T00:32:18.749Z","dependency_job_id":null,"html_url":"https://github.com/silentworks/waiting-list","commit_stats":{"total_commits":90,"total_committers":1,"mean_commits":90.0,"dds":0.0,"last_synced_commit":"bc122bacc5128aa6d9d18b198012fb9640386f82"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silentworks%2Fwaiting-list","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silentworks%2Fwaiting-list/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silentworks%2Fwaiting-list/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silentworks%2Fwaiting-list/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/silentworks","download_url":"https://codeload.github.com/silentworks/waiting-list/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248498120,"owners_count":21114042,"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":["bulma","supabase","svelte","sveltejs","sveltekit"],"created_at":"2024-09-24T14:17:00.265Z","updated_at":"2025-04-12T00:22:05.602Z","avatar_url":"https://github.com/silentworks.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# Waiting List App\n\nExample Supabase application showing how to use the `inviteUserByEmail` api to invite users to your application.\n\nThis project is built with:\n\n- [SvelteKit](https://kit.svelte.dev/)\n- [Bulma](https://bulma.io/)\n- [Vest](https://vestjs.dev/)\n- [Supabase](https://supabase.com/)\n\n## Features\n\n- Invite List\n- Sign Up to Invite\n- Forgot Password\n- Admin Registration\n\n## Getting started\n\nClone the project from GitHub\n\n```sh\ngit clone https://github.com/silentworks/waiting-list\ncd waiting-list\n```\n\n## Developing\n\nCopy the `env.example` and name it `.env`\n\nEdit the file and enter all the required variable values\n\n```\nPUBLIC_SUPABASE_URL=\nPUBLIC_SUPABASE_ANON_KEY=\nSUPABASE_SERVICE_ROLE_KEY=\n```\n\nThis project makes use of the [Supabase CLI](https://supabase.com/docs/guides/cli/getting-started) which uses docker under the hood for setting up a Supabase project locally. Docker must be running before attempting to run any of the `supaabse` commands.\n\n### Starting your project\n\n```sh\npnpm exec supabase start\n```\n\nThis commend will download the necessary docker containers and run the migration files inside of the `supabase/migrations` directory.\n\n### Run database migrations\n\nWhen creating a new migration file you can manually run the command below to update your local database.\n\n```sh\npnpm exec supabase migration up\n```\n\n### Creating admin user\n\nOnce the project server is running you can visit the signup path `/auth/signup` to create your admin user.\n\n\u003e Note that once you have created your admin user, this route will no longer be accessible.\n\n### Start development server\n\nOnce you've created a project and installed dependencies with `pnpm install` (or `npm install` or `yarn`), start a development server:\n\n```bash\npnpm dev\n\n# or start the server and open the app in a new browser tab\npnpm dev -- --open\n```\n\n## Production\n\nThere are email templates in this project that are used for local development. To update your hosted project, please copy the templates from `supabase/auth/email` into the [Email Templates](https://supabase.com/dashboard/project/_/auth/templates) section of the Dashboard.\n\nThis project also contains GitHub workflow files for deploying your application into production using [Fly.io](https://fly.io/).\n\n### Building\n\nTo manually create a production version of your app:\n\n```bash\npnpm build\n```\n\nYou can preview the production build with `pnpm preview`.\n\n\u003e To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsilentworks%2Fwaiting-list","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsilentworks%2Fwaiting-list","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsilentworks%2Fwaiting-list/lists"}