{"id":21527630,"url":"https://github.com/uvacoder/uva-restaurant-ratings-supabase-4275","last_synced_at":"2025-03-17T18:43:10.333Z","repository":{"id":233271734,"uuid":"624234237","full_name":"Uvacoder/uva-restaurant-ratings-Supabase-4275","owner":"Uvacoder","description":null,"archived":false,"fork":false,"pushed_at":"2023-04-07T23:13:33.000Z","size":114,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-24T05:44:19.671Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://test-restaurant-ratings.vercel.app","language":"CSS","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/Uvacoder.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}},"created_at":"2023-04-06T03:02:43.000Z","updated_at":"2023-08-17T00:17:44.000Z","dependencies_parsed_at":"2024-04-15T10:54:47.493Z","dependency_job_id":null,"html_url":"https://github.com/Uvacoder/uva-restaurant-ratings-Supabase-4275","commit_stats":null,"previous_names":["uvacoder/uva-restaurant-ratings-supabase-4275"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Uvacoder%2Fuva-restaurant-ratings-Supabase-4275","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Uvacoder%2Fuva-restaurant-ratings-Supabase-4275/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Uvacoder%2Fuva-restaurant-ratings-Supabase-4275/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Uvacoder%2Fuva-restaurant-ratings-Supabase-4275/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Uvacoder","download_url":"https://codeload.github.com/Uvacoder/uva-restaurant-ratings-Supabase-4275/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244091118,"owners_count":20396554,"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-24T01:49:31.885Z","updated_at":"2025-03-17T18:43:10.303Z","avatar_url":"https://github.com/Uvacoder.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"## About\n\nWhenever I try a new restaurant, I give it a rating across five dimensions (food, bev, service, comfort, vibe). Often times, I do this in the uber home with my husband and forget our rating the next day. Not anymore! This is a simple web app that allows a user to store their restaurant ratings in Supabase.\n\nYou can check out the app here: https://five-stars.vercel.app/\n\n## Getting Started\n\nRun `npm install`\n\nGo to [Supabase](https://supabase.com), sign up or log in, and [create a new project](https://app.supabase.com/).\n\nAfter your project is ready, create a table in your Supabase database using the [SQL Editor](https://app.supabase.com/project/_/sql) in the Dashboard. Use the following SQL statement to create a ratings table with some sample data.\n\n```sql\ncreate table ratings (\n  id bigint generated by default as identity primary key,\n  inserted_at timestamp with time zone default timezone('utc'::text, now()) not null,\n  date timestamp with time zone,\n  restaurant text,\n  food text,\n  beverage text,\n  service text,\n  comfort text,\n  vibe text\n);\n```\n\nCreate a new file in the root directory called `.env` and add your [project URL and public API key](https://app.supabase.com/project/_/settings/api):\n\n```javascript\nNEXT_PUBLIC_SUPABASE_URL = \"https://\u003cproject\u003e.supabase.co\";\nNEXT_PUBLIC_SUPABASE_ANON_KEY = \"\u003cyour-anon-key\u003e\";\n```\n\nRun `npm run dev`\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuvacoder%2Fuva-restaurant-ratings-supabase-4275","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuvacoder%2Fuva-restaurant-ratings-supabase-4275","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuvacoder%2Fuva-restaurant-ratings-supabase-4275/lists"}