{"id":16309725,"url":"https://github.com/pytal/across-the-stack","last_synced_at":"2026-01-22T20:33:03.258Z","repository":{"id":104147915,"uuid":"307464438","full_name":"Pytal/across-the-stack","owner":"Pytal","description":"Across the Stack","archived":false,"fork":false,"pushed_at":"2020-10-29T01:51:19.000Z","size":717,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-13T19:09:23.341Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PLpgSQL","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/Pytal.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":"2020-10-26T18:12:06.000Z","updated_at":"2020-11-13T17:06:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"ed059fc0-fce5-4b10-b511-7b13d93a3651","html_url":"https://github.com/Pytal/across-the-stack","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Pytal/across-the-stack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pytal%2Facross-the-stack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pytal%2Facross-the-stack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pytal%2Facross-the-stack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pytal%2Facross-the-stack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Pytal","download_url":"https://codeload.github.com/Pytal/across-the-stack/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pytal%2Facross-the-stack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28670381,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T19:36:09.361Z","status":"ssl_error","status_checked_at":"2026-01-22T19:36:05.567Z","response_time":144,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-10-10T21:22:21.749Z","updated_at":"2026-01-22T20:33:03.238Z","avatar_url":"https://github.com/Pytal.png","language":"PLpgSQL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Across the Stack\nCheck it out at https://across-the-stack.vercel.app\n\n## High-level Planning\n- [x] Spin up a Postgres Docker container\n- [x] Load the [Pagila](https://github.com/devrimgunduz/pagila) sample dataset\n- [x] Spin up a [PostgREST](https://github.com/PostgREST/postgrest) container\n  - [x] Configure anonymous (read) and trusted (read, write) roles\n- [x] Deploy backend on an AWS EC2 instance\n- [x] Test read/write on actor/film tables\n- [x] Implement Next.js web app with the following pages:\n  - [x] Table view page\n    - [x] Pagination\n  - [x] Insert form page\n- [x] Use CI/CD to deploy frontend to Vercel\n\n\n## API Examples\nThe http request examples below use [`httpie`](https://github.com/httpie/httpie), though you may opt to use `curl` or `wget`.\n\nGet films\n```bash\nhttp https://across.terse.live/film \\\n     order==last_update.desc \\\n     | npx -q fx\n```\n\nInsert film\n```bash\nMYTOKEN=\u003cjwt_token_here\u003e \\\nhttp POST https://across.terse.live/film \\\n     Authorization:\"Bearer $MYTOKEN\" \\\n     title=\"Inception\" \\\n     description=\"Some trippy Chris Nolan movie about dreams\" \\\n     release_year:=2010 \\\n     length:=148 \\\n     rating=\"PG-13\" \\\n     language_id:=1\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpytal%2Facross-the-stack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpytal%2Facross-the-stack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpytal%2Facross-the-stack/lists"}