{"id":18816029,"url":"https://github.com/0-vortex/open-sauced-supabase-cron-test","last_synced_at":"2025-04-13T22:21:37.181Z","repository":{"id":37211181,"uuid":"449372878","full_name":"0-vortex/open-sauced-supabase-cron-test","owner":"0-vortex","description":"Experimenting with supabase local development for hot.opensauced.pizza","archived":false,"fork":false,"pushed_at":"2023-01-13T15:23:46.000Z","size":693750,"stargazers_count":3,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-27T12:39:15.391Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/0-vortex.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-01-18T17:00:58.000Z","updated_at":"2024-01-12T18:26:19.000Z","dependencies_parsed_at":"2023-02-09T16:16:30.464Z","dependency_job_id":null,"html_url":"https://github.com/0-vortex/open-sauced-supabase-cron-test","commit_stats":null,"previous_names":[],"tags_count":65,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0-vortex%2Fopen-sauced-supabase-cron-test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0-vortex%2Fopen-sauced-supabase-cron-test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0-vortex%2Fopen-sauced-supabase-cron-test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0-vortex%2Fopen-sauced-supabase-cron-test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0-vortex","download_url":"https://codeload.github.com/0-vortex/open-sauced-supabase-cron-test/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248789753,"owners_count":21161888,"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-07T23:52:01.872Z","updated_at":"2025-04-13T22:21:36.764Z","avatar_url":"https://github.com/0-vortex.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cbr\u003e\n  \u003cimg alt=\"Open Sauced\" src=\"https://i.ibb.co/7jPXt0Z/logo1-92f1a87f.png\" width=\"300px\"\u003e\n  \u003ch1\u003e🍕 Open Sauced Populate Supabase Test🍕\u003c/h1\u003e\n  \u003cstrong\u003eThe path to your next Open Source contribution\u003c/strong\u003e\n\u003c/div\u003e\n\u003cbr\u003e\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/github/languages/code-size/0-vortex/open-sauced-supabase-cron-test\" alt=\"GitHub code size in bytes\"\u003e\n  \u003cimg src=\"https://img.shields.io/github/commit-activity/w/0-vortex/open-sauced-supabase-cron-test\" alt=\"GitHub commit activity\"\u003e\n  \u003ca href=\"https://github.com/0-vortex/open-sauced-supabase-cron-test/issues\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/issues/0-vortex/open-sauced-supabase-cron-test\" alt=\"GitHub issues\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/0-vortex/open-sauced-supabase-cron-test/releases\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/v/release/0-vortex/open-sauced-supabase-cron-test.svg?style=flat\" alt=\"GitHub Release\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://discord.gg/U2peSNf23P\"\u003e\n    \u003cimg src=\"https://img.shields.io/discord/714698561081704529.svg?label=\u0026logo=discord\u0026logoColor=ffffff\u0026color=7389D8\u0026labelColor=6A7EC2\" alt=\"Discord\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://twitter.com/saucedopen\"\u003e\n    \u003cimg src=\"https://img.shields.io/twitter/follow/saucedopen?label=Follow\u0026style=social\" alt=\"Twitter\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\n## 📖 Prerequisites\n\nIn order to run the project we need the following software binaries installed on our development machines: \n- `node\u003e=16.7.0`\n- `npm\u003e=8.0.0`\n- `docker\u003e=20.10.12`\n- `supabase\u003e=0.18.0`\n\n# 🔑 Database commands\n\n### Starting the Supabase Studio\n\nFirst thing we have to do for [local development](https://supabase.com/docs/guides/local-development) is start the studio locally at [localhost:54321](http://localhost:54321):\n\n```shell\nnpm run db:start\n```\n\n### Make changes\n\nIf we are adding a new table structure, first do it visually in the Supabase Studio and test locally.\n\nCheck the migration difference with the following command:\n\n```shell\nnpm run db:changes\n```\n\nIf everything is fine we can run the following command to apply the changes to the database:\n\n```shell\nnpm run db:commit add_table_name\n```\n\n### Test changes\n\nSimplest way to test the migrations are working is to reset the local database:\n\n```shell\nnpm run db:reset\n```\n\n### Push changes\n\nIf everything is fine we can push the changes to the remote database:\n\n```shell\nnpm run db:push\n```\n\n# 🔑 Supabase structure\n\nClick the image to see the schema diagram full documentation.\n\n[![er](./supabase/diagrams/schema.svg)](./supabase/diagrams/README.md)\n\n# 🤝 Contributing\n\nWe encourage you to contribute to Open Sauced! Please check out the [Contributing guide](https://docs.opensauced.pizza/contributing/introduction-to-contributing/) for guidelines about how to proceed.\n\n\u003cimg align=\"right\" src=\"https://i.ibb.co/CJfW18H/ship.gif\" width=\"200\"/\u003e\n\n## 🍕 Community\n\nGot Questions? Join the conversation in our [Discord](https://discord.gg/U2peSNf23P).  \nFind Open Sauced videos and release overviews on our [YouTube Channel](https://www.youtube.com/channel/UCklWxKrTti61ZCROE1e5-MQ).\n\n## 🎦 Repository Visualization\n\n[![Visualization of this repository](./public/diagram.svg)\n](./src)\n\n## ⚖️ LICENSE\n\nMIT © [Open Sauced](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0-vortex%2Fopen-sauced-supabase-cron-test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0-vortex%2Fopen-sauced-supabase-cron-test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0-vortex%2Fopen-sauced-supabase-cron-test/lists"}