{"id":26522838,"url":"https://github.com/arithefirst/johndex","last_synced_at":"2026-04-27T16:31:39.442Z","repository":{"id":283561673,"uuid":"952174391","full_name":"arithefirst/JOHNDEX","owner":"arithefirst","description":"The greatest database of Johns in history","archived":false,"fork":false,"pushed_at":"2025-04-29T17:11:56.000Z","size":495,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-08T04:54:00.646Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://jdx.arithefirst.com","language":"Svelte","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/arithefirst.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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,"zenodo":null}},"created_at":"2025-03-20T21:14:13.000Z","updated_at":"2025-04-29T17:12:00.000Z","dependencies_parsed_at":"2025-06-19T04:03:50.055Z","dependency_job_id":"6bb84f6f-ff6b-40da-8a7e-37ba05f3e80e","html_url":"https://github.com/arithefirst/JOHNDEX","commit_stats":null,"previous_names":["arithefirst/johndex","johnlabs-llc/johndex"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/arithefirst/JOHNDEX","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arithefirst%2FJOHNDEX","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arithefirst%2FJOHNDEX/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arithefirst%2FJOHNDEX/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arithefirst%2FJOHNDEX/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arithefirst","download_url":"https://codeload.github.com/arithefirst/JOHNDEX/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arithefirst%2FJOHNDEX/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32345802,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"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":"2025-03-21T13:50:45.749Z","updated_at":"2026-04-27T16:31:39.424Z","avatar_url":"https://github.com/arithefirst.png","language":"Svelte","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cpicture\u003e\n    \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"static/logo/johndex_dark.svg\" height=\"120px\"\u003e\n    \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"static/logo/johndex.svg\" height=\"120px\"\u003e\n    \u003cimg src=\"static/logo/johndex.svg\" alt=\"JOHNDEX Logo\" height=\"120px\"\u003e\n  \u003c/picture\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003eThe greatest database of Johns in history\u003c/p\u003e\n\n---\n\n## Setup Guide\n\n### Prerequisites\n\n- [Node.js](https://nodejs.org/) (v18 or newer)\n- [Bun](https://bun.sh/) or npm\n- PostgreSQL database (we use [Neon](https://neon.tech/))\n- [Clerk](https://clerk.dev/) account for authentication\n\n### Installation\n\n1. Clone the repository\n\n   ```bash\n   git clone https://github.com/arithefirst/johndex.git\n   cd johndex\n   ```\n\n2. Install dependencies\n   ```bash\n   bun install\n   # OR\n   npm install\n   ```\n\n### Environment Setup\n\n1. Copy the example environment file\n\n   ```bash\n   cp .env.example .env\n   ```\n\n2. Configure your environment variables:\n   - Create a database on [Neon](https://neon.tech/) and add your connection string to [`DATABASE_URL`](drizzle.config.ts)\n   - Create a project on [Clerk](https://clerk.dev/) and add your API keys:\n     - Add `PUBLIC_CLERK_PUBLISHABLE_KEY` from your Clerk dashboard\n     - Add `CLERK_SECRET_KEY` from your Clerk dashboard\n\n### Database Setup\n\nRun the database migrations:\n\n```bash\nbun db:migrate\n\n# OR\n\nnpm run db:migrate\n```\n\nFor development with a UI to explore your database:\n\n```bash\nbun db:studio\n\n# OR\n\nnpm run db:studio\n```\n\n### Development\n\nStart the development server:\n\n```bash\nbun dev\n\n# OR\n\nnpm run dev\n```\n\n### Production Build\n\nBuild for production:\n\n```bash\nbun build\n\n# OR\n\nnpm run build\n```\n\nPreview the production build:\n\n```bash\nbun preview\n\n# OR\n\nnpm run preview\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farithefirst%2Fjohndex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farithefirst%2Fjohndex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farithefirst%2Fjohndex/lists"}