{"id":20435998,"url":"https://github.com/octalpixel/bytes-url-shortner","last_synced_at":"2025-08-16T22:33:05.027Z","repository":{"id":36974082,"uuid":"428388120","full_name":"octalpixel/bytes-url-shortner","owner":"octalpixel","description":null,"archived":false,"fork":false,"pushed_at":"2023-03-06T05:18:27.000Z","size":293,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-05T06:43:45.844Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/octalpixel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"KATT"}},"created_at":"2021-11-15T19:03:46.000Z","updated_at":"2023-03-04T07:39:12.000Z","dependencies_parsed_at":"2024-11-15T12:46:10.448Z","dependency_job_id":null,"html_url":"https://github.com/octalpixel/bytes-url-shortner","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/octalpixel/bytes-url-shortner","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/octalpixel%2Fbytes-url-shortner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/octalpixel%2Fbytes-url-shortner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/octalpixel%2Fbytes-url-shortner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/octalpixel%2Fbytes-url-shortner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/octalpixel","download_url":"https://codeload.github.com/octalpixel/bytes-url-shortner/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/octalpixel%2Fbytes-url-shortner/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270781195,"owners_count":24643804,"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","status":"online","status_checked_at":"2025-08-16T02:00:11.002Z","response_time":91,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-11-15T08:38:49.606Z","updated_at":"2025-08-16T22:33:05.001Z","avatar_url":"https://github.com/octalpixel.png","language":"TypeScript","funding_links":["https://github.com/sponsors/KATT"],"categories":[],"sub_categories":[],"readme":"# Prisma + tRPC\n\n## Features\n\n- 🧙‍♂️ E2E typesafety with [tRPC](https://trpc.io)\n- ⚡ Full-stack React with Next.js\n- ⚡ Database with Prisma\n- ⚙️ VSCode extensions\n- 🎨 ESLint + Prettier\n- 💚 CI setup using GitHub Actions:\n  - ✅ E2E testing with [Playwright](https://playwright.dev/)\n  - ✅ Linting\n\n\n## Setup\n\n```bash\nnpx create-next-app --example https://github.com/trpc/trpc --example-path examples/next-prisma-starter trpc-prisma-starter\ncd trpc-prisma-starter\nyarn\nyarn dx\n```\n\n\n### Requirements\n\n- Node \u003e= 14\n- Docker (for running Postgres)\n\n## Development\n\n### Start project\n\n```bash\nnpx create-next-app --example https://github.com/trpc/trpc --example-path examples/next-prisma-starter trpc-prisma-starter\ncd trpc-prisma-starter\nyarn\nyarn dx\n```\n\n### Commands\n\n```bash\nyarn build      # runs `prisma generate` + `prisma migrate` + `next build`\nyarn db-nuke    # resets local db\nyarn dx         # starts postgres db + runs migrations + seeds + starts next.js \nyarn test-dev   # runs e2e tests on dev\nyarn test-start # runs e2e tests on `next start` - build required before\nyarn test:unit  # runs normal jest unit tests\nyarn test:e2e   # runs e2e tests\n```\n\n## Files of note\n\n\u003ctable\u003e\n  \u003cthead\u003e\n    \u003ctr\u003e\n      \u003cth\u003ePath\u003c/th\u003e\n      \u003cth\u003eDescription\u003c/th\u003e\n    \u003c/tr\u003e\n  \u003c/thead\u003e\n  \u003ctbody\u003e\n    \u003ctr\u003e\n      \u003ctd\u003e\u003ca href=\"./prisma/schema.prisma\"\u003e\u003ccode\u003e./prisma/schema.prisma\u003c/code\u003e\u003c/a\u003e\u003c/td\u003e\n      \u003ctd\u003ePrisma schema\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003e\u003ca href=\"./src/api/trpc/[trpc].tsx\"\u003e\u003ccode\u003e./src/api/trpc/[trpc].tsx\u003c/code\u003e\u003c/a\u003e\u003c/td\u003e\n      \u003ctd\u003etRPC response handler\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003e\u003ca href=\"./src/routers\"\u003e\u003ccode\u003e./src/routers\u003c/code\u003e\u003c/a\u003e\u003c/td\u003e\n      \u003ctd\u003eYour app's different tRPC-routers\u003c/td\u003e\n    \u003c/tr\u003e\n  \u003c/tbody\u003e\n\u003c/table\u003e\n\n\n---\n\nCreated by [@alexdotjs](https://twitter.com/alexdotjs).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foctalpixel%2Fbytes-url-shortner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foctalpixel%2Fbytes-url-shortner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foctalpixel%2Fbytes-url-shortner/lists"}