{"id":14959298,"url":"https://github.com/dorukgezici/ituscheduler","last_synced_at":"2026-02-23T00:34:36.397Z","repository":{"id":69436423,"uuid":"463507291","full_name":"dorukgezici/ituscheduler","owner":"dorukgezici","description":"Create your ITU course schedules in fashion with up-to-date \u0026 detailed information.","archived":false,"fork":false,"pushed_at":"2025-01-24T13:39:55.000Z","size":1128,"stargazers_count":13,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-24T14:28:10.853Z","etag":null,"topics":["astro","go","react","supabase"],"latest_commit_sha":null,"homepage":"https://ituscheduler.com","language":"TypeScript","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/dorukgezici.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":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-02-25T11:27:24.000Z","updated_at":"2025-01-24T13:39:59.000Z","dependencies_parsed_at":"2024-04-22T23:42:54.695Z","dependency_job_id":"4d0fdcf6-1c22-40a2-a07b-5fd0a027528e","html_url":"https://github.com/dorukgezici/ituscheduler","commit_stats":{"total_commits":122,"total_committers":2,"mean_commits":61.0,"dds":0.3688524590163934,"last_synced_commit":"d47133a1411643c7a7c1444303f0b911840ea7e5"},"previous_names":["dorukgezici/ituscheduler","dorukgezici/ituscheduler-go"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dorukgezici%2Fituscheduler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dorukgezici%2Fituscheduler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dorukgezici%2Fituscheduler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dorukgezici%2Fituscheduler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dorukgezici","download_url":"https://codeload.github.com/dorukgezici/ituscheduler/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238008447,"owners_count":19401256,"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":["astro","go","react","supabase"],"created_at":"2024-09-24T13:19:22.155Z","updated_at":"2025-10-24T16:31:50.890Z","avatar_url":"https://github.com/dorukgezici.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n    \u003ch1 align=\"center\"\u003eITU Scheduler\u003c/h1\u003e\n\t\u003cp align=\"center\"\u003eCreate your ITU course schedules in fashion with up-to-date \u0026 detailed information.\u003c/p\u003e\n\t\u003cp align=\"center\"\u003e\u003cb\u003eTech Stack:\u003c/b\u003e Astro, React, Supabase \u0026emsp; \u003cb\u003eUI:\u003c/b\u003e Tailwind CSS, shadcn/ui\u003c/p\u003e\n\u003c/div\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/dorukgezici/ituscheduler/blob/main/LICENSE\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/license-GPLv3-blue.svg\" alt=\"license\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/dorukgezici/ituscheduler/releases\"\u003e\n    \u003cimg alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/dorukgezici/ituscheduler/total\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n## 🚀 Project Structure\n\nInside of your Astro project, you'll see the following folders and files:\n\n```text\n/\n├── public/\n│   └── favicon.ico\n├── src/\n│   ├── components/\n│   │   └── Card.astro\n│   ├── layouts/\n│   │   └── Layout.astro\n│   └── pages/\n│       └── index.astro\n├── supabase/\n│   └── migrations/  # Supabase migrations\n├── components.json  # shadcn config\n└── package.json\n```\n\nAstro looks for `.astro` or `.md` files in the `src/pages/` directory. Each page is exposed as a route based on its file name.\n\nThere's nothing special about `src/components/`, but that's where we like to put any Astro/React/Vue/Svelte/Preact components.\n\nAny static assets, like images, can be placed in the `public/` directory.\n\n## 🧞 Commands\n\nAll commands are run from the root of the project, from a terminal:\n\n| Command               | Action                                                     |\n| :-------------------- | :--------------------------------------------------------- |\n| `pnpm install`        | Installs dependencies                                      |\n| `pnpm run dev`        | Starts local dev server at `localhost:4321`                |\n| `pnpm run build`      | Build your production site to `./vercel/`                  |\n| `pnpm run sb ...`     | Run Supabase CLI commands                                  |\n| `pnpm run sb-db`      | Run Supabase `db diff` to generate migrations              |\n| `pnpm run sb-types`   | Generate Supabase types to `./src/types/database.types.ts` |\n| `pnpm run vercel ...` | Run Vercel CLI commands                                    |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdorukgezici%2Fituscheduler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdorukgezici%2Fituscheduler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdorukgezici%2Fituscheduler/lists"}