{"id":25473723,"url":"https://github.com/arunkumar201/b2b-data-catalog-app","last_synced_at":"2026-04-13T03:38:02.609Z","repository":{"id":277017937,"uuid":"931058308","full_name":"arunkumar201/b2b-data-catalog-app","owner":"arunkumar201","description":"The B2B Data Catalog App is a minimal web application. Built with Next.js, it utilizes Prisma for database management, PostgreSQL as the database, and NextAuth for authentication, ensuring a robust and secure user experience.","archived":false,"fork":false,"pushed_at":"2025-02-17T17:12:17.000Z","size":284,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-02T10:55:06.614Z","etag":null,"topics":["next-auth","nextjs","postgresql","prisma","radix-ui","tailwindcss"],"latest_commit_sha":null,"homepage":"https://b2b-data-catalog-app.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/arunkumar201.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":"2025-02-11T16:46:57.000Z","updated_at":"2025-02-17T17:12:21.000Z","dependencies_parsed_at":"2025-08-02T10:33:26.395Z","dependency_job_id":"5848c860-77f0-4cd7-b35e-95ac8026d931","html_url":"https://github.com/arunkumar201/b2b-data-catalog-app","commit_stats":null,"previous_names":["arunkumar201/b2b-data-catalog-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/arunkumar201/b2b-data-catalog-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arunkumar201%2Fb2b-data-catalog-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arunkumar201%2Fb2b-data-catalog-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arunkumar201%2Fb2b-data-catalog-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arunkumar201%2Fb2b-data-catalog-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arunkumar201","download_url":"https://codeload.github.com/arunkumar201/b2b-data-catalog-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arunkumar201%2Fb2b-data-catalog-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31739050,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T03:27:07.512Z","status":"ssl_error","status_checked_at":"2026-04-13T03:26:53.610Z","response_time":93,"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":["next-auth","nextjs","postgresql","prisma","radix-ui","tailwindcss"],"created_at":"2025-02-18T10:37:19.483Z","updated_at":"2026-04-13T03:38:02.554Z","avatar_url":"https://github.com/arunkumar201.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# B2B Data Catalog App\n\n## Overview\n\nThe **B2B Data Catalog App** is a minimal web application. Built with **Next.js**, it utilizes **Prisma** for database management, **PostgreSQL** as the database, and **NextAuth** for authentication, ensuring a robust and secure user experience.\n\n## Features\n\n- **Next.js**: A React framework for building server-rendered applications.\n- **Prisma**: An ORM that simplifies database interactions.\n- **PostgreSQL**: A powerful, open-source relational database.\n- **NextAuth**: A comprehensive authentication solution for Next.js applications.\n- **Responsive Design**: Optimized for both desktop and mobile devices, built with Tailwind CSS and Radix UI for full accessibility.\n- **Linting and Formatting**: Integrated tools for maintaining code quality, including biomejs, husky for pre-commit hooks, and lint-staged for formatting.\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js (version 18 or higher)\n- PostgreSQL (version 12 or higher) [Run PostgreSQL with Docker]:\n```bash\ndocker run --name postgres -e POSTGRES_PASSWORD=postgres -p 5432:5432 -d postgres\n```\n- pnpm (version 8.0 or later)\n\nEnsure you have [pnpm](https://pnpm.io) installed. If not, you can install it using:\n\n### Installation\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/arunkumar201/b2b-data-catalog-app.git\n   cd b2b-data-catalog-app\n   ```\n\n2. Install dependencies:\n\n   ```bash\n   npm install -g pnpm\n   pnpm install\n   ```\n\n3. Set up your PostgreSQL database and update the `.env` file with your database connection string.\n\n4. Run the Prisma migrations:\n\n   ```bash\n   pnpm prisma:migrate\n   ```\n\n5. Seed the database (if applicable):\n\n   ```bash\n   pnpm seed:data\n   ```\n\n6. Start the development server:\n\n   ```bash\n   pnpm run dev\n   ```\n\n### Usage\n\n- Navigate to `http://localhost:3000` in your browser to access the application.\n- Utilize the authentication features provided by NextAuth to log in and manage your data.\n\n## Scripts\n\n- `dev`: Start the development server.\n- `build`: Build the application for production.\n- `start`: Start the production server.\n- `lint`: Check for linting errors.\n- `format`: Format the codebase.\n\n## Acknowledgments\n\n- [Next.js](https://nextjs.org/)\n- [Prisma](https://www.prisma.io/)\n- [PostgreSQL](https://www.postgresql.org/)\n- [NextAuth](https://next-auth.js.org/)\n\n````\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farunkumar201%2Fb2b-data-catalog-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farunkumar201%2Fb2b-data-catalog-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farunkumar201%2Fb2b-data-catalog-app/lists"}