{"id":15130233,"url":"https://github.com/capellax02/chapplin-server","last_synced_at":"2026-02-11T20:35:33.371Z","repository":{"id":254125072,"uuid":"845296867","full_name":"CAPELLAX02/chapplin-server","owner":"CAPELLAX02","description":"Backend of the realtime full-stack chat application built with Nest.js, GraphQL, MongoDB, Apollo Server, GraphQL Web Sockets, AWS S3 buckets and more.","archived":false,"fork":false,"pushed_at":"2024-12-12T14:53:27.000Z","size":1080,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-05T19:41:27.958Z","etag":null,"topics":["apollo-server","aws-ec2","aws-s3","bcryptjs","graphql","graphql-ws","mongodb","mongoose","nestjs","passport-jwt","typescript","websockets"],"latest_commit_sha":null,"homepage":"","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/CAPELLAX02.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":"2024-08-21T01:19:51.000Z","updated_at":"2025-01-08T16:16:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"2bb201eb-91c9-48d3-b9f9-67a99c4b46fb","html_url":"https://github.com/CAPELLAX02/chapplin-server","commit_stats":null,"previous_names":["capellax02/chapplin-server"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CAPELLAX02/chapplin-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CAPELLAX02%2Fchapplin-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CAPELLAX02%2Fchapplin-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CAPELLAX02%2Fchapplin-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CAPELLAX02%2Fchapplin-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CAPELLAX02","download_url":"https://codeload.github.com/CAPELLAX02/chapplin-server/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CAPELLAX02%2Fchapplin-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273935947,"owners_count":25194071,"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-06T02:00:13.247Z","response_time":2576,"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":["apollo-server","aws-ec2","aws-s3","bcryptjs","graphql","graphql-ws","mongodb","mongoose","nestjs","passport-jwt","typescript","websockets"],"created_at":"2024-09-26T02:42:36.394Z","updated_at":"2026-02-11T20:35:33.318Z","avatar_url":"https://github.com/CAPELLAX02.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Chapplin Server\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"http://nestjs.com/\" target=\"blank\"\u003e\u003cimg src=\"https://nestjs.com/img/logo-small.svg\" width=\"120\" alt=\"Nest Logo\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003eChapplin Server is a backend server built using the progressive \u003ca href=\"http://nodejs.org\" target=\"_blank\"\u003eNode.js\u003c/a\u003e framework, \u003ca href=\"https://nestjs.com/\" target=\"_blank\"\u003eNestJS\u003c/a\u003e, for efficient and scalable server-side applications.\u003c/p\u003e\n\n---\n\n## Description\n\nThe Chapplin Server is designed to provide a robust backend solution for modern applications, leveraging the power of [NestJS](https://nestjs.com). It ensures scalability, maintainability, and ease of integration with various services.\n\nRepository: [https://github.com/CAPELLAX02/chapplin-server](https://github.com/CAPELLAX02/chapplin-server)\n\n---\n\n## Project Setup\n\nTo set up the project, follow these steps:\n\nClone the repository\n```bash\n$ git clone https://github.com/CAPELLAX02/chapplin-server.git\n```\n\nNavigate to the project directory\n```bash\n$ cd chapplin-server\n```\n\n\nInstall dependencies\n```bash\n$ npm install\n```\n\n---\n\n## Running the Project\n\nYou can run the project in different modes:\n\nDevelopment mode\n```bash\n$ npm run start\n```\n\nWatch mode (auto-restart on changes)\n```bash\n$ npm run start:dev\n```\n\nProduction mode\n```bash\n$ npm run start:prod\n```\n\n\n---\n\n## Testing\n\nThe project includes tests to ensure code quality and stability:\n\nUnit tests\n```bash\n$ npm run test\n```\n\nEnd-to-end tests\n```bash\n$ npm run test:e2e\n```\n\nTest coverage\n```bash\n$ npm run test:cov\n```\n\n---\n\n## Contributing\n\nContributions are welcome! Please follow these steps:\n\n1. Fork the repository.\n\n\n2. Create a new feature branch (git checkout -b feature/your-feature).\n\n\n3. Commit your changes (git commit -m 'Add a new feature').\n\n\n4. Push your branch (git push origin feature/your-feature).\n\n\n5. Open a pull request.\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcapellax02%2Fchapplin-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcapellax02%2Fchapplin-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcapellax02%2Fchapplin-server/lists"}