{"id":18780536,"url":"https://github.com/barkprotocol/donate-dapp","last_synced_at":"2026-06-29T02:31:25.746Z","repository":{"id":254570362,"uuid":"845882869","full_name":"barkprotocol/donate-dapp","owner":"barkprotocol","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-02T15:36:03.000Z","size":2258,"stargazers_count":0,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-21T06:37:58.920Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/barkprotocol.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":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-08-22T05:37:50.000Z","updated_at":"2024-08-24T13:08:13.000Z","dependencies_parsed_at":"2024-08-24T12:39:01.425Z","dependency_job_id":"ff0f8991-cce6-4056-b3e3-5f6636eef9b5","html_url":"https://github.com/barkprotocol/donate-dapp","commit_stats":null,"previous_names":["barkprotocol/donate-dapp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/barkprotocol/donate-dapp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barkprotocol%2Fdonate-dapp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barkprotocol%2Fdonate-dapp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barkprotocol%2Fdonate-dapp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barkprotocol%2Fdonate-dapp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/barkprotocol","download_url":"https://codeload.github.com/barkprotocol/donate-dapp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barkprotocol%2Fdonate-dapp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34911134,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-29T02:00:05.398Z","response_time":58,"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":[],"created_at":"2024-11-07T20:26:59.636Z","updated_at":"2026-06-29T02:31:25.725Z","avatar_url":"https://github.com/barkprotocol.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BarkAid Application\n\nBarkAid is a web application designed to manage and track blood donations. It allows users to view their donation history, upcoming events, and update their profile information. The application is built with Next.js and TypeScript, using modern React components and a backend API integrated with Prisma.\n\n## Features\n\n- **User Dashboard**: View donation history and upcoming events.\n- **Profile Management**: View and edit user profile information.\n- **Donation Listings**: Create and manage donation listings.\n\n## Technologies Used\n\n- **Next.js**: React framework for server-side rendering and static site generation.\n- **TypeScript**: Typed superset of JavaScript for better development experience.\n- **Prisma**: ORM for database management.\n- **Tailwind CSS**: Utility-first CSS framework for styling.\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js (\u003e= 16.x)\n- npm or yarn\n\n### Installation\n\n1. Clone the repository:\n\n    ```bash\n    git clone https://github.com/barkprotocol/barkaid.git\n    cd barkaid\n    ```\n\n2. Install dependencies:\n\n    ```bash\n    npm install\n    # or\n    yarn install\n    ```\n\n3. Set up environment variables:\n\n    Create a `.env` file in the root directory and configure the following environment variables:\n\n    ```env\n    DATABASE_URL=your_database_connection_string\n    NEXT_PUBLIC_API_URL=http://localhost:3000/api\n    ```\n\n4. Set up the database:\n\n    Run Prisma migrations to set up the database schema:\n\n    ```bash\n    npx prisma migrate dev\n    ```\n\n5. Start the development server:\n\n    ```bash\n    npm run dev\n    # or\n    yarn dev\n    ```\n\n    The application will be available at `http://localhost:3000`.\n\n## Usage\n\n- **User Dashboard**: After logging in, you can access your dashboard to view donation history and upcoming events.\n- **Profile Management**: Update your profile information by navigating to the profile page.\n- **Donation Listings**: Create and manage donation listings via the provided interface.\n\n## API Endpoints\n\n- **GET /api/donations**: Fetches the list of donations.\n- **GET /api/events**: Fetches upcoming events.\n- **GET /api/profile**: Fetches user profile information based on the public key.\n- **POST /api/donations**: Creates a new donation listing.\n\n## Contributing\n\nContributions are welcome! Please fork the repository and submit a pull request. Ensure that your changes are well-tested and adhere to the project's coding standards.\n\n## License\n\nMIT License. See the [LICENSE](LICENSE) file for details.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbarkprotocol%2Fdonate-dapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbarkprotocol%2Fdonate-dapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbarkprotocol%2Fdonate-dapp/lists"}