{"id":15324198,"url":"https://github.com/irshit033/appwrite","last_synced_at":"2025-07-17T02:11:46.078Z","repository":{"id":40361974,"uuid":"490699392","full_name":"IRSHIT033/Appwrite","owner":"IRSHIT033","description":null,"archived":false,"fork":false,"pushed_at":"2022-05-16T15:55:45.000Z","size":641,"stargazers_count":0,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-16T10:28:27.878Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/IRSHIT033.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}},"created_at":"2022-05-10T13:03:25.000Z","updated_at":"2022-05-10T13:08:06.000Z","dependencies_parsed_at":"2022-08-09T18:11:49.320Z","dependency_job_id":null,"html_url":"https://github.com/IRSHIT033/Appwrite","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/IRSHIT033/Appwrite","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IRSHIT033%2FAppwrite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IRSHIT033%2FAppwrite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IRSHIT033%2FAppwrite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IRSHIT033%2FAppwrite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IRSHIT033","download_url":"https://codeload.github.com/IRSHIT033/Appwrite/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IRSHIT033%2FAppwrite/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264075631,"owners_count":23553509,"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":[],"created_at":"2024-10-01T09:25:01.713Z","updated_at":"2025-07-07T12:08:08.393Z","avatar_url":"https://github.com/IRSHIT033.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"WebApp preview\n\n\n![ScreenShots1](https://ik.imagekit.io/dgyjhsxq7/Screenshot_2022-05-13_032958_18vXt5lT3.jpg?ik-sdk-version=javascript-1.4.3\u0026updatedAt=1652716317944)\n![ScreenShots2](https://ik.imagekit.io/dgyjhsxq7/ss1_BUBTwNkr-.jpg?ik-sdk-version=javascript-1.4.3\u0026updatedAt=1652716318747)\n![ScreenShots3](https://ik.imagekit.io/dgyjhsxq7/ss2__SSCTR5Xj.jpg?ik-sdk-version=javascript-1.4.3\u0026updatedAt=1652716318193)\n![ScreenShots4](https://ik.imagekit.io/dgyjhsxq7/ss3__1__5qUdCR9H5.jpg?ik-sdk-version=javascript-1.4.3\u0026updatedAt=1652716507680)\n\n\n\nTo get a a local copy on your system:\n\n\n\n### Installation \u0026 setup\n\n## Prerequisite\n\n1. Set up Docker Environment if u dont.\n\n\n1. Clone the repository\n  \n    ```bash\n     git clone https://github.com/IRSHIT033/Appwrite.git\n     ```\n2. Change the directory\n    ```bash\n    cd Appwrite\n    ```\n3. Install node modules\n    ```\n    npm install\n    ```\n4. Install appwrite sdk using Docker\n    # Unix\n    ```\n    docker run -it --rm \\\n    --volume /var/run/docker.sock:/var/run/docker.sock \\\n    --volume \"$(pwd)\"/appwrite:/usr/src/code/appwrite:rw \\\n    --entrypoint=\"install\" \\\n    appwrite/appwrite:0.13.4\n     \n    ```\n    # Powershell\n    ```\n      docker run -it --rm ,\n    --volume /var/run/docker.sock:/var/run/docker.sock ,\n    --volume ${pwd}/appwrite:/usr/src/code/appwrite:rw ,\n    --entrypoint=\"install\" ,\n    appwrite/appwrite:0.13.4\n    ```\n    \n    # CMD \n    ```\n    docker run -it --rm ^\n    --volume //var/run/docker.sock:/var/run/docker.sock ^\n    --volume \"%cd%\"/appwrite:/usr/src/code/appwrite:rw ^\n    --entrypoint=\"install\" ^\n    appwrite/appwrite:0.13.4\n    ```\n    \n    then run the Appwrite dashboard in localhost:80 \n    \n 5. Install App Dependencies\n     ```\n     cd client\n     ```  \n    ```\n      npm install\n    ```\n    ```\n      npm start\n    ```\n\n\n\n\n### Working model\n\nOur web-app lands with a login/ signup page(user can switch between two according to their convenience). After the user has logged in, the dashboard of the user comes up where it shows the username, email and number of contributions of the respective user. It has been implemented using Appwrite SDK. We then have our most interesting part of the web-app which is the 'Contribtion' section where user can answer to the problems asked by an author in real-time. User can also be an author and post their respective doubts or the problem they are facing in the code(user are also allowed to attach their code screenshots).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firshit033%2Fappwrite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Firshit033%2Fappwrite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firshit033%2Fappwrite/lists"}