{"id":27309159,"url":"https://github.com/ihkdl/blogbanerjee","last_synced_at":"2025-09-07T23:40:55.745Z","repository":{"id":286413083,"uuid":"961129740","full_name":"IHKDL/BlogBanerjee","owner":"IHKDL","description":"🚀 BlogBanerjee is a full-stack blog application built with Next.js 15, TypeScript, and ShadCN-UI. It features authentication \u0026 authorization using Kinde, NeonDB as the database, and Prisma as the ORM. Designed for performance and simple, yet modern UI/UX. ⚛️","archived":false,"fork":false,"pushed_at":"2025-09-06T11:39:44.000Z","size":98,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-06T13:23:22.680Z","etag":null,"topics":["authentication","kinde-auth","neondb","nextjs15","prisma-orm","prisma-studio","react19","role-based-authorization","server-actions","shadcn-ui","typescript","vercel"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":false,"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/IHKDL.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-04-05T20:18:59.000Z","updated_at":"2025-09-06T11:39:47.000Z","dependencies_parsed_at":"2025-05-03T12:19:31.305Z","dependency_job_id":"b0a3b038-81cf-41be-8dbb-c42442e14fcc","html_url":"https://github.com/IHKDL/BlogBanerjee","commit_stats":null,"previous_names":["ihkdl/blogbanerjee"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/IHKDL/BlogBanerjee","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IHKDL%2FBlogBanerjee","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IHKDL%2FBlogBanerjee/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IHKDL%2FBlogBanerjee/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IHKDL%2FBlogBanerjee/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IHKDL","download_url":"https://codeload.github.com/IHKDL/BlogBanerjee/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IHKDL%2FBlogBanerjee/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274112699,"owners_count":25224328,"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","status":"online","status_checked_at":"2025-09-07T02:00:09.463Z","response_time":67,"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":["authentication","kinde-auth","neondb","nextjs15","prisma-orm","prisma-studio","react19","role-based-authorization","server-actions","shadcn-ui","typescript","vercel"],"created_at":"2025-04-12T05:22:25.821Z","updated_at":"2025-09-07T23:40:55.736Z","avatar_url":"https://github.com/IHKDL.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BlogBanerjee 🚀\n\n![BlogBanerjee](https://img.shields.io/badge/BlogBanerjee-Ready%20to%20Explore-brightgreen)\n\nWelcome to **BlogBanerjee**, a full-stack blog application designed for modern users. This application leverages cutting-edge technologies to deliver a seamless blogging experience. Whether you're a developer looking to contribute or a user wanting to explore, this README will guide you through everything you need to know.\n\n## Table of Contents\n\n- [Features](#features)\n- [Technologies Used](#technologies-used)\n- [Installation](#installation)\n- [Usage](#usage)\n- [Authentication](#authentication)\n- [Database](#database)\n- [Contributing](#contributing)\n- [License](#license)\n- [Releases](#releases)\n- [Contact](#contact)\n\n## Features\n\n- **User Authentication \u0026 Authorization**: Secure your blog with Kinde, allowing users to register, log in, and manage their profiles.\n- **Role-Based Access Control**: Assign different roles to users, ensuring a tailored experience for authors, editors, and readers.\n- **Modern UI/UX**: Built with ShadCN-UI, the application offers a clean and intuitive interface.\n- **Performance Optimized**: Built with Next.js 15 and TypeScript, the application is fast and efficient.\n- **Prisma ORM**: Simplifies database interactions, making it easier to manage your data.\n- **Server Actions**: Enhance user experience with server-side rendering capabilities.\n\n## Technologies Used\n\n- **Next.js 15**: A powerful React framework for building server-side rendered applications.\n- **TypeScript**: Adds static typing to JavaScript, improving code quality and maintainability.\n- **ShadCN-UI**: A UI component library that provides a modern look and feel.\n- **Kinde**: Handles user authentication and authorization seamlessly.\n- **NeonDB**: The database solution that stores your blog's data securely.\n- **Prisma ORM**: An efficient tool for managing database schemas and queries.\n- **React 19**: The core library for building user interfaces.\n\n## Installation\n\nTo set up the BlogBanerjee application locally, follow these steps:\n\n1. **Clone the Repository**:\n   ```bash\n   git clone https://github.com/IHKDL/BlogBanerjee.git\n   cd BlogBanerjee\n   ```\n\n2. **Install Dependencies**:\n   ```bash\n   npm install\n   ```\n\n3. **Configure Environment Variables**:\n   Create a `.env` file in the root directory and add your configuration settings. Refer to `.env.example` for required variables.\n\n4. **Run the Application**:\n   ```bash\n   npm run dev\n   ```\n\nYour application should now be running at `http://localhost:3000`.\n\n## Usage\n\nAfter setting up the application, you can start creating and managing blog posts. The application allows users to:\n\n- Create new posts.\n- Edit existing posts.\n- Delete posts.\n- Manage user roles and permissions.\n\nVisit the application at `http://localhost:3000` to explore the features.\n\n## Authentication\n\nBlogBanerjee uses **Kinde** for authentication. Users can sign up, log in, and manage their accounts easily. The role-based access control ensures that only authorized users can perform specific actions.\n\n## Database\n\nThe application uses **NeonDB** as its database. With **Prisma ORM**, managing your data becomes straightforward. You can define your data models in `schema.prisma` and run migrations to keep your database in sync with your application.\n\n## Contributing\n\nWe welcome contributions to BlogBanerjee! To get started:\n\n1. Fork the repository.\n2. Create a new branch:\n   ```bash\n   git checkout -b feature/YourFeature\n   ```\n3. Make your changes and commit them:\n   ```bash\n   git commit -m \"Add some feature\"\n   ```\n4. Push to the branch:\n   ```bash\n   git push origin feature/YourFeature\n   ```\n5. Open a pull request.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n## Releases\n\nFor the latest updates and versions, check the [Releases](https://github.com/IHKDL/BlogBanerjee/releases) section. You can download the latest release and execute it to explore new features.\n\n## Contact\n\nFor questions or feedback, please open an issue in the repository or contact the maintainers.\n\n---\n\nThank you for exploring BlogBanerjee! We hope you find it useful for your blogging needs.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fihkdl%2Fblogbanerjee","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fihkdl%2Fblogbanerjee","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fihkdl%2Fblogbanerjee/lists"}