{"id":19764523,"url":"https://github.com/elfakiri2023/coolresume","last_synced_at":"2026-02-20T18:04:16.913Z","repository":{"id":237696038,"uuid":"794745081","full_name":"elfakiri2023/coolresume","owner":"elfakiri2023","description":"Built with Sveltekit, Skeleton UI, Tailwind Css, Cloudflare D1, Cloudflare R2, Cloudflare Pages, Drizzle Orm, Lucia Auth, Wrangler, Zod, Turnstile","archived":false,"fork":false,"pushed_at":"2024-09-06T16:14:29.000Z","size":1823,"stargazers_count":22,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-30T18:58:30.210Z","etag":null,"topics":["cloudflare-pages","d1","drizzle-orm","lucia-auth","r2","skeleton-ui","sveltekit","tailwind","turnstile","wrangler","zod"],"latest_commit_sha":null,"homepage":"https://coolresu.me/elon","language":"Svelte","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/elfakiri2023.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,"zenodo":null}},"created_at":"2024-05-01T21:30:51.000Z","updated_at":"2025-07-02T09:12:41.000Z","dependencies_parsed_at":"2025-04-30T14:33:22.231Z","dependency_job_id":"90d2cb6c-47f5-42ed-9dc5-c45bc32865bb","html_url":"https://github.com/elfakiri2023/coolresume","commit_stats":null,"previous_names":["elfakiri2023/coolresume"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/elfakiri2023/coolresume","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elfakiri2023%2Fcoolresume","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elfakiri2023%2Fcoolresume/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elfakiri2023%2Fcoolresume/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elfakiri2023%2Fcoolresume/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elfakiri2023","download_url":"https://codeload.github.com/elfakiri2023/coolresume/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elfakiri2023%2Fcoolresume/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29659754,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-20T16:33:43.953Z","status":"ssl_error","status_checked_at":"2026-02-20T16:33:43.598Z","response_time":59,"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":["cloudflare-pages","d1","drizzle-orm","lucia-auth","r2","skeleton-ui","sveltekit","tailwind","turnstile","wrangler","zod"],"created_at":"2024-11-12T04:14:09.757Z","updated_at":"2026-02-20T18:04:11.895Z","avatar_url":"https://github.com/elfakiri2023.png","language":"Svelte","funding_links":[],"categories":[],"sub_categories":[],"readme":"## **Please note that this is a work in progress**\n\n# Cool Resume\n\nCraft, share, and showcase your professional story easily, saving time and hassle.\n\n## Technologies used:\n\n-   Framework: [Sveltekit](https://github.com/sveltejs/kit)\n-   UI: [Skeleton](https://github.com/skeletonlabs/skeleton) \u0026 [Tailwind Css](https://github.com/tailwindlabs/tailwindcss)\n-   Database: [Cloudflare D1](https://developers.cloudflare.com/d1)\n-   Storage: [Cloudflare R2](https://developers.cloudflare.com/r2)\n-   Hosting: [Cloudflare Pages](https://pages.cloudflare.com)\n-   CLI: [Wrangler](https://github.com/cloudflare/workers-sdk)\n-   Authentication: [Lucia](https://github.com/lucia-auth/lucia)\n-   ORM: [Drizzle](https://github.com/drizzle-team/drizzle-or)\n-   Email sending: [MailChannels](https://support.mailchannels.com/hc/en-us/articles/4565898358413-Sending-Email-from-Cloudflare-Workers-using-MailChannels-Send-API)\n-   Data validation: [Zod](https://github.com/colinhacks/zod)\n-   Captcha: [Turnstile](https://www.cloudflare.com/products/turnstile)\n\n## Getting Started\n\n### 1. Clone the Repository\n\n```bash\ngit clone https://github.com/elfakiri2023/coolresume.git\ncd coolresume\n```\n\n### 2. Install Dependencies\n\n```bash\nnpm install\n```\n\n### 3. Configure Cloudflare\n\n-   **Login**:\n\n    ```bash\n    wrangler login\n    ```\n\n    \u003e Follow the prompts to log in to your Cloudflare account.\n\n-   **Create Project**\n\n    ```bash\n    wrangler pages project create coolresume\n    ```\n\n    \u003e You can create a project via the Cloudflare dashboard or using the CLI.\n\n-   **Create Database**:\n\n    ```bash\n    wrangler d1 create coolresume_db\n    ```\n\n    \u003e You can create a database via the Cloudflare dashboard or using the CLI.\n\n-   **Create R2 Bucket**:\n    ```bash\n    wrangler r2 bucket create coolresume-bucket\n    ```\n    \u003e You can create a bucket via the Cloudflare dashboard or using the CLI.\n\n### 4. Configure Wrangler\n\n-   Copy `wrangler.toml.example` to `wrangler.toml` and update it with your database name, ID, and R2 bucket name.\n\n### 5. Generate Turnstile Keys\n\n-   Navigate to **Turnstile** section in your Cloudflare dashboard. Add your site and obtain the Site Key and Secret Key provided.\n\n### 6. Configure Environment Variables\n\nModify the environment variables by copying `.env.example` to `.env` and updating it with necessary details\n\n-   **TURNSTILE_SECRET_KEY** Turnstile secret key\n-   **PUBLIC_TURNSTILE_SITE_KEY** Turnstile site key\n-   **PUBLIC_CDN_URL** The CDN url used for displaying stored images (either a custom domain or the one provided with Cloudflare R2).\n-   **CLOUDFLARE_ACCOUNT_ID** Go to Workers \u0026 Pages -\u003e Overview -\u003e copy Account ID from the right sidebar.\n-   **CLOUDFLARE_DATABASE_ID** Open D1 database you want to connect to and copy Database ID.\n-   **CLOUDFLARE_D1_TOKEN** Go to My profile -\u003e API Tokens and create token with D1 edit permissions.\n\n### 7. Setup the Database\n\nrun\n\n```bash\nnpm run db:gen\n```\n\nthen run\n\n```bash\nnpm run db:mig:local\n```\n\nand to view and edit the Database in your browser using [Drizzle Studio](https://orm.drizzle.team/drizzle-studio/overview), run\n\n```bash\ndb:studio:local\n```\n\n### 7. Local Development\n\nTo bind the D1 database and R2 bucket locally, run:\n\n```bash\nnpm run proxy\n```\n\nIn another command line window, run:\n\n```bash\nnpm run dev\n```\n\n### 8. Deployment\n\nFor database migration to production, run\n\n```bash\ndb:mig:prod\n```\n\nThen, deploy your project by running\n\n```bash\nnpm run deploy\n```\n\n## TO-DO\n\n-   ✅ Send email with MailChannels\n-   ⬜️ Social login (Google, Github)\n-   ⬜️ About section (Email, Location, Phone number ..)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felfakiri2023%2Fcoolresume","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felfakiri2023%2Fcoolresume","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felfakiri2023%2Fcoolresume/lists"}