{"id":22370014,"url":"https://github.com/fazers/portfolio","last_synced_at":"2025-03-26T16:24:44.085Z","repository":{"id":257932548,"uuid":"864180512","full_name":"FaZeRs/portfolio","owner":"FaZeRs","description":null,"archived":false,"fork":false,"pushed_at":"2025-01-26T09:44:19.000Z","size":8985,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-26T10:27:35.033Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://portfolio-fazers-projects.vercel.app","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/FaZeRs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","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":"FaZeRs"}},"created_at":"2024-09-27T16:36:56.000Z","updated_at":"2025-01-26T09:44:22.000Z","dependencies_parsed_at":"2024-10-24T17:17:51.477Z","dependency_job_id":"47c89eb7-6139-446f-b3b5-33483348a4d6","html_url":"https://github.com/FaZeRs/portfolio","commit_stats":null,"previous_names":["fazers/portfolio"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FaZeRs%2Fportfolio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FaZeRs%2Fportfolio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FaZeRs%2Fportfolio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FaZeRs%2Fportfolio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FaZeRs","download_url":"https://codeload.github.com/FaZeRs/portfolio/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245690461,"owners_count":20656589,"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-12-04T19:31:40.045Z","updated_at":"2025-03-26T16:24:44.056Z","avatar_url":"https://github.com/FaZeRs.png","language":"TypeScript","funding_links":["https://github.com/sponsors/FaZeRs"],"categories":[],"sub_categories":[],"readme":"# Portfolio\n\n## Installation\n\n```bash\ngit clone git@github.com:FaZeRs/portfolio.git\n```\n\n## About\n\n### Folder structure:\n\n```text\n.github\n  └─ workflows\n        └─ CI with pnpm cache setup\n.vscode\n  └─ Recommended extensions and settings for VSCode users\napps\n  └─ web\n      ├─ Next.js 14\n      ├─ React 18\n      ├─ Tailwind CSS\n      └─ E2E Typesafe API Server \u0026 Client\npackages\n  ├─ api\n  |   └─ tRPC v11 router definition\n  ├─ auth\n  |   └─ Authentication using next-auth.\n  ├─ db\n  |   └─ Typesafe db calls using Drizzle \u0026 Supabase\n  ├─ transactional\n  |   └─ Email, SMS, and other transactional services\n  ├─ ui\n  |   └─ Start of a UI package for the webapp using shadcn-ui\n  └─ validators\n      └─ Shared validators using zod\ntooling\n  ├─ eslint\n  |   └─ shared, fine-grained, eslint presets\n  ├─ prettier\n  |   └─ shared prettier configuration\n  ├─ tailwind\n  |   └─ shared tailwind configuration\n  └─ typescript\n      └─ shared tsconfig you can extend from\n```\n\n\u003e In this template, we use `@acme` as a placeholder for package names. As a user, you might want to replace it with your own organization or project name. You can use find-and-replace to change all the instances of `@acme` to something like `@my-company` or `@project-name`.\n\n## Quick Start\n\n\u003e **Note**\n\u003e The [db](./packages/db) package is preconfigured to use Supabase and is **edge-bound** with the [Vercel Postgres](https://github.com/vercel/storage/tree/main/packages/postgres) driver. If you're using something else, make the necessary modifications to the [schema](./packages/db/src/schema) as well as the [client](./packages/db/src/index.ts) and the [drizzle config](./packages/db/drizzle.config.ts). If you want to switch to non-edge database driver, remove `export const runtime = \"edge\";` [from all pages and api routes](https://github.com/t3-oss/create-t3-turbo/issues/634#issuecomment-1730240214).\n\nTo get it running, follow the steps below:\n\n### 1. Setup dependencies\n\n```bash\n# Install dependencies\npnpm i\n\n# Configure environment variables\n# There is an `.env.example` in the root directory you can use for reference\ncp .env.example .env\n\n# Push the Drizzle schema to the database\npnpm db:push\n```\n\n## Deployment\n\n### Next.js\n\n#### Deploy to Vercel\n\nLet's deploy the Next.js application to [Vercel](https://vercel.com). If you've never deployed a Turborepo app there, don't worry, the steps are quite straightforward. You can also read the [official Turborepo guide](https://vercel.com/docs/concepts/monorepos/turborepo) on deploying to Vercel.\n\n1. Create a new project on Vercel, select the `apps/web` folder as the root directory. Vercel's zero-config system should handle all configurations for you.\n\n2. Add your `DATABASE_URL` environment variable.\n\n3. Done! Your app should successfully deploy.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffazers%2Fportfolio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffazers%2Fportfolio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffazers%2Fportfolio/lists"}