{"id":19705059,"url":"https://github.com/onurhan1337/bonte","last_synced_at":"2026-05-06T15:35:55.031Z","repository":{"id":210548215,"uuid":"726841852","full_name":"onurhan1337/bonte","owner":"onurhan1337","description":"Donation and information platform.","archived":false,"fork":false,"pushed_at":"2024-01-12T00:58:00.000Z","size":1158,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-10T12:17:19.454Z","etag":null,"topics":["next-auth","nextjs","prisma","react-hook-form","shadcn-ui","swr","upstash-redis","vercel-postgres","zod"],"latest_commit_sha":null,"homepage":"https://bonte.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/onurhan1337.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":"2023-12-03T15:07:01.000Z","updated_at":"2024-02-07T11:14:50.000Z","dependencies_parsed_at":"2023-12-25T11:28:55.640Z","dependency_job_id":"6ae4003b-ab4d-45f4-ad06-7c244c4c43ec","html_url":"https://github.com/onurhan1337/bonte","commit_stats":null,"previous_names":["onurhan1337/bonte"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onurhan1337%2Fbonte","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onurhan1337%2Fbonte/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onurhan1337%2Fbonte/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onurhan1337%2Fbonte/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/onurhan1337","download_url":"https://codeload.github.com/onurhan1337/bonte/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241020335,"owners_count":19895424,"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":["next-auth","nextjs","prisma","react-hook-form","shadcn-ui","swr","upstash-redis","vercel-postgres","zod"],"created_at":"2024-11-11T21:25:52.964Z","updated_at":"2026-05-06T15:35:50.007Z","avatar_url":"https://github.com/onurhan1337.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bonte\n\n### What is Bonte?\n\nBonte is a simulated donation and information platform designed as a university lesson project. While it doesn't process real donations, it's built to mimic the functionality of a real-world donation platform. Bonte aims to streamline the process of managing and tracking donations, providing an intuitive and efficient way to organize and visualize donation data.\n\n## Tech Stack\n\n- **Framework**: [Next.js](https://nextjs.org/)\n- **Database**: [Vercel Postgres](https://vercel.com/docs/storage/vercel-postgres) \u0026 [Prisma](https://www.prisma.io/) \u0026 [Upstash Redis](https://upstash.com/)\n- **Authentication**: [Next Auth](https://next-auth.js.org/)\n- **Deployment**: [Vercel](https://vercel.com)\n- **Form Handling**: [Formik](https://react-hook-form.com/) \u0026 [Yup](https://zod.dev/)\n- **State Management**: [Zustand](https://github.com/pmndrs/zustand)\n- **Styling**: [Tailwind CSS](https://tailwindcss.com/) \u0026 [shadcn/ui](https://ui.shadcn.com/)\n\n## Overview\n\n- `pages/api/*` - [API Routes](https://nextjs.org/docs/api-routes/introduction)\n- `pages/` - Contains all the page components. Each file corresponds to a route based on its name.\n- `components/` - Contains all project components with reusable React components.\n- `prisma/` - Contains your Prisma schema and migrations.\n- `public/` - Contains static files like images, which can be accessed directly via URL.\n- `styles/` - Contains global styles. The application primarily uses Tailwind CSS for styling.\n- `lib/` - Contains utility functions, custom hooks and libraries that are used across the project.\n\n## Demo\n\n```bash\nhttps://bonte.vercel.app/\n```\n\n## Running Locally\n\nThis application requires Node.js v16.13+.\n\n```bash\ngit clone https://github.com/onurhan1337/bonte.git\ncd bonte\nnpm install\nnpm run dev\n```\n\nCreate a `.env` file similar to [`.env.example`](https://github.com/onurhan1337/bonte/blob/master/.env.example). You need to fill them out for the site to work.\n\n## Cloning / Forking\n\nPlease review the [license](https://github.com/onurhan1337/my-website/blob/master/LICENSE.txt) and remove all of my personal information (resume, blog posts, images, etc.).\nThis is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/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```\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/page.tsx`. The page auto-updates as you edit the file.\n\nThis project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.\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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonurhan1337%2Fbonte","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fonurhan1337%2Fbonte","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonurhan1337%2Fbonte/lists"}