{"id":15735472,"url":"https://github.com/nwylynko/pumped-v2","last_synced_at":"2026-04-14T14:32:23.176Z","repository":{"id":45779964,"uuid":"514177841","full_name":"NWylynko/PUMPED-v2","owner":"NWylynko","description":"A Nextjs website using React, TRPC and Graphql to build an online store","archived":false,"fork":false,"pushed_at":"2022-10-31T05:55:30.000Z","size":1655,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-31T04:13:49.677Z","etag":null,"topics":["docker","firebase-auth","google-cloud","graphql","nextjs","react","trpc","typescript","zod"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/NWylynko.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}},"created_at":"2022-07-15T07:34:59.000Z","updated_at":"2022-11-12T01:04:56.000Z","dependencies_parsed_at":"2022-09-06T07:40:53.237Z","dependency_job_id":null,"html_url":"https://github.com/NWylynko/PUMPED-v2","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/NWylynko/PUMPED-v2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NWylynko%2FPUMPED-v2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NWylynko%2FPUMPED-v2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NWylynko%2FPUMPED-v2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NWylynko%2FPUMPED-v2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NWylynko","download_url":"https://codeload.github.com/NWylynko/PUMPED-v2/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NWylynko%2FPUMPED-v2/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31801312,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T11:13:53.975Z","status":"ssl_error","status_checked_at":"2026-04-14T11:13:53.299Z","response_time":153,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["docker","firebase-auth","google-cloud","graphql","nextjs","react","trpc","typescript","zod"],"created_at":"2024-10-04T01:13:38.139Z","updated_at":"2026-04-14T14:32:23.148Z","avatar_url":"https://github.com/NWylynko.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Pumped is an online store with the focus on shoes, built to be a simple and easy platform for customers. This is an example project and is absolutely not production ready. To Build a production ready online store look in to using Shopify.\n\n## Frameworks, Tools, Libraries:\n- [\u003cimg src=\"https://img.shields.io/badge/Next-black?style=for-the-badge\u0026logo=next.js\u0026logoColor=white\"/\u003e](https://nextjs.org)\n- [\u003cimg src=\"https://img.shields.io/badge/react%20-%2320232a.svg?\u0026style=for-the-badge\u0026logo=react\u0026logoColor=%2361DAFB\"/\u003e](https://beta.reactjs.org)\n- [tRPC](https://trpc.io/docs/v10)\n- [Genql](https://genql.vercel.app)\n- [\u003cimg src=\"https://img.shields.io/badge/Firebase-039BE5?style=for-the-badge\u0026logo=Firebase\u0026logoColor=white\"/\u003e Auth](https://firebase.google.com/products/auth)\n- [Bun](https://bun.sh) - just for dependencies\n- [\u003cimg src=\"https://img.shields.io/badge/styled--components-DB7093?style=for-the-badge\u0026logo=styled-components\u0026logoColor=white\"/\u003e](https://styled-components.com)\n- [Zod](https://zod.dev)\n- [\u003cimg src=\"https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge\u0026logo=typescript\u0026logoColor=white\"/\u003e](https://typescriptlang.org)\n- [Dgraph](https://dgraph.io)\n- [Cloud Run](https://cloud.run)\n\n## Initial Setup\n\n1. `bun install` to install dependencies (we use https://bun.sh for dependency installs)\n2. `bun run database:start` to bring up the database (runs in docker)\n3. `cp .env.local.example .env.local` and set local env variables\n4. `bun run schema:validate` to check the schema is valid\n5. `bun run schema:push` to push the schema to the database\n6. `bun run generate-graphql` to generate the graphql types\n7. Download service account from firebase console and save as `service-account.json`\n8. `bun run dev` to bring up next.js\n\nNext.js will only check types of the code your currently running, you can run `bun run typecheck:watch` to typecheck the entire codebase\n\n## Commands\n - use `bun run database:start` and `bun run database:stop` to start and stop the database\n - run `bun run schema:validate` and `bun run schema:push` to update the schema (found at ./schema.graphql)\n - run `bun run generate-graphql` if the schema has changed to pull the correct types in to the project\n - use `bun run dev` to start the next.js development server and open http://localhost:3000 to view","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnwylynko%2Fpumped-v2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnwylynko%2Fpumped-v2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnwylynko%2Fpumped-v2/lists"}