{"id":15764425,"url":"https://github.com/devjiwonchoi/create-next-api","last_synced_at":"2025-08-19T22:09:26.210Z","repository":{"id":252729084,"uuid":"831814182","full_name":"devjiwonchoi/create-next-api","owner":"devjiwonchoi","description":null,"archived":false,"fork":false,"pushed_at":"2024-09-12T07:48:59.000Z","size":41,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-10T00:47:05.095Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://create-next-api.vercel.app","language":"TypeScript","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/devjiwonchoi.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}},"created_at":"2024-07-21T17:29:30.000Z","updated_at":"2024-09-12T07:49:01.000Z","dependencies_parsed_at":"2024-10-25T11:36:08.966Z","dependency_job_id":"0cb49636-bee9-49e2-8e07-e2ccdc53471e","html_url":"https://github.com/devjiwonchoi/create-next-api","commit_stats":{"total_commits":12,"total_committers":1,"mean_commits":12.0,"dds":0.0,"last_synced_commit":"241915ebe210f2553e9a0126a6376f9e866a1ae7"},"previous_names":["devjiwonchoi/create-next-api"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/devjiwonchoi/create-next-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devjiwonchoi%2Fcreate-next-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devjiwonchoi%2Fcreate-next-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devjiwonchoi%2Fcreate-next-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devjiwonchoi%2Fcreate-next-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devjiwonchoi","download_url":"https://codeload.github.com/devjiwonchoi/create-next-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devjiwonchoi%2Fcreate-next-api/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265746624,"owners_count":23821700,"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-10-04T12:03:23.981Z","updated_at":"2025-07-18T11:07:06.117Z","avatar_url":"https://github.com/devjiwonchoi.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/create-next-app).\n\n## Getting Started\n\nFirst, run the development server:\n\n```bash\nnpm run dev\n# or\nyarn dev\n# or\npnpm dev\n# or\nbun dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\nYou can start editing the page by modifying `app/route.ts`. The page auto-updates as you edit the file.\n\n## Learn More\n\nTo learn more about Next.js, take a look at the following resources:\n\n- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.\n- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.\n\nYou can check out [the Next.js GitHub repository](https://github.com/vercel/next.js) - your feedback and contributions are welcome!\n\n## Deploy on Vercel\n\nThe easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template\u0026filter=next.js\u0026utm_source=create-next-app\u0026utm_campaign=create-next-app-readme) from the creators of Next.js.\n\nCheck out our [Next.js deployment documentation](https://nextjs.org/docs/app/building-your-application/deploying) for more details.\n\n## API Routes\n\nThis directory contains example API routes for the headless API app.\n\nHere's an overview of the available routes:\n\n1. Root Route (`/`):\n\n   - Provides a list of available API endpoints.\n   - Useful for discovering what the API offers.\n\n2. Pokemon Routes:\n\n   - List all Pokemon (`/pokemon`): Get an overview of available Pokemon.\n   - Filter Pokemon by type (`/pokemon?type=grass`): Find Pokemon of a specific element.\n   - Get a specific Pokemon (`/pokemon/25`): Fetch details about a particular Pokemon by ID.\n\n3. HTTP Methods Route (`/methods`):\n\n   - Information about supported HTTP methods.\n   - Great for learning about various types of API requests.\n\n4. Specific HTTP Method Routes (`/methods/[method]`):\n\n   - Demonstrates different HTTP methods (GET, POST, PUT, DELETE, PATCH).\n   - Helps understand how different types of API requests behave.\n\n5. Not Found Route:\n   - Handles requests to undefined routes.\n   - Returns a \"Not Found\" response for non-existent endpoints.\n\nEach route is wrapped with middleware that adds:\n\n- Request logging for monitoring and debugging.\n- Origin checking for security.\n- Authentication placeholders for future expansion.\n\nTo explore these routes:\n\n1. Start the development server.\n2. Open your browser and navigate to `http://localhost:3000/[route]`.\n3. Examine the responses to understand how each route works.\n\nFor more details on the implementation, check the corresponding files in the `app` directory.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevjiwonchoi%2Fcreate-next-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevjiwonchoi%2Fcreate-next-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevjiwonchoi%2Fcreate-next-api/lists"}