{"id":15786078,"url":"https://github.com/dl0312/clap-backend","last_synced_at":"2026-05-08T19:32:07.273Z","repository":{"id":93728849,"uuid":"141012689","full_name":"dl0312/Clap-backend","owner":"dl0312","description":"👏 Clap Server","archived":false,"fork":false,"pushed_at":"2019-04-04T11:40:42.000Z","size":20720,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-10T03:16:32.083Z","etag":null,"topics":["backend","graphql","graphql-yoga","jwt","nodejs"],"latest_commit_sha":null,"homepage":"https://clapserver.now.sh/playground","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/dl0312.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":"2018-07-15T09:00:28.000Z","updated_at":"2022-03-03T12:05:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"59c03974-3147-4733-823a-3accbb14cf43","html_url":"https://github.com/dl0312/Clap-backend","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dl0312/Clap-backend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dl0312%2FClap-backend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dl0312%2FClap-backend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dl0312%2FClap-backend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dl0312%2FClap-backend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dl0312","download_url":"https://codeload.github.com/dl0312/Clap-backend/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dl0312%2FClap-backend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32794595,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["backend","graphql","graphql-yoga","jwt","nodejs"],"created_at":"2024-10-04T21:00:39.771Z","updated_at":"2026-05-08T19:32:07.246Z","avatar_url":"https://github.com/dl0312.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# clap-server\r\n\r\nServer for the CLAP, GraphQL, TypeScript, NodeJS\r\n\r\n## Resolvers\r\n\r\n### Public Resolvers:\r\n\r\n- [x] Sign In / Sign Up with Facebook\r\n- [x] Sign In with Email\r\n- [x] Start Phone Number Verification\r\n- [x] Complete Phone Number Verification\r\n- [x] Sign Up with Email\r\n\r\n---\r\n\r\n### Authentication:\r\n\r\n- [x] Generate JWT\r\n- [x] Verify JWT\r\n\r\n### Private Resolvers:\r\n\r\n- [x] **User**\r\n  - [x] _Query_\r\n    - [x] Get My Profile\r\n    - [x] Get My Followers ( Implemented on GetMyProfile )\r\n    - [x] Get My Following\r\n  - [x] _Mutation_\r\n    - [x] Request Email Verification\r\n    - [x] Complete Email Verification\r\n    - [x] Update my Profile\r\n    - [x] Follow User\r\n    - [x] Unfollow User\r\n- [x] **Post**\r\n  - [x] _Query_\r\n    - [x] Get All Posts\r\n    - [x] Search by Keyword ( Title, Body, Both )\r\n    - [x] Get My Posts\r\n  - [x] _Mutation_\r\n    - [x] Add Post\r\n    - [x] Edit Post\r\n    - [x] Delete Post\r\n- [x] **Comment**\r\n  - [x] _Query_\r\n    - [x] Get Comments by Post\r\n  - [x] _Mutation_\r\n    - [x] Add Comment On Post\r\n    - [x] Add Commnet On Comment\r\n    - [x] Edit Comment\r\n    - [x] Delete Comment\r\n- [x] **Clap**\r\n  - [x] _Query_\r\n    - [x] Check My Sended Claps ( Implemented on GetMyProfile )\r\n    - [x] Check My Received Claps For Each Posts ( Implemented on GetMyProfile )\r\n  - [x] _Mutation_\r\n    - [x] Send Clap to Post\r\n- [ ] **Image**\r\n  - [ ] _Query_\r\n  - [ ] _Mutation_\r\n    - [x] Add Image\r\n    - [ ] Edit Image\r\n    - [ ] Delete Image\r\n- [ ] **Category**\r\n  - [x] _Query_\r\n  - [x] _Mutation_\r\n    - [x] Add Category ( need to implement level )\r\n    - [x] Edit Category ( need to fix )\r\n    - [x] Delete Category\r\n- [x] **Message**\r\n  - [x] _Query_\r\n    - [x] Check Received Messages\r\n    - [x] Check Send Messages\r\n  - [x] _Mutation_\r\n    - [x] Send a Message\r\n- [ ] **Achievement**\r\n  - [ ] _Query_\r\n    - [ ] Check How Many Users Achieve\r\n  - [ ] _Mutation_\r\n- [x] **Product**\r\n  - [x] _Query_\r\n    - [x] Get All Products\r\n    - [x] Get All Products with Game Category\r\n    - [x] Get Specific Product ( Get Product By ID)\r\n  - [x] _Mutation_\r\n    - [x] Add Product\r\n    - [x] Edit Product\r\n    - [x] Delete Product( need to? )\r\n    - [x] Purchase Product (= Add Exchange)\r\n- [x] **Exchange**\r\n  - [x] _Query_\r\n    - [x] Get My Exchanges\r\n  - [x] _Mutation_\r\n    - [x] Add Exchange\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdl0312%2Fclap-backend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdl0312%2Fclap-backend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdl0312%2Fclap-backend/lists"}