{"id":48920414,"url":"https://github.com/pptik/quakezone-nest","last_synced_at":"2026-04-17T04:35:19.247Z","repository":{"id":114330398,"uuid":"253244590","full_name":"pptik/quakezone-nest","owner":"pptik","description":"QuakeZone GraphQL API Server powered by NestJS, Apollo, Fastify, and Typegoose/MongoDB","archived":false,"fork":false,"pushed_at":"2023-03-08T03:16:01.000Z","size":443,"stargazers_count":2,"open_issues_count":2,"forks_count":1,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-04-14T21:48:34.160Z","etag":null,"topics":["api","apollo","disaster","earthquakes","emergency","fastify","graphql","iot","mongodb","mongoose","nestjs","nodejs","open-source","quakes","quakezone","smart-city","tsunami","typegoose"],"latest_commit_sha":null,"homepage":"https://disaster.pptik.id/","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/pptik.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}},"created_at":"2020-04-05T13:44:01.000Z","updated_at":"2022-12-20T05:56:46.000Z","dependencies_parsed_at":"2023-10-11T06:57:58.399Z","dependency_job_id":null,"html_url":"https://github.com/pptik/quakezone-nest","commit_stats":{"total_commits":2,"total_committers":1,"mean_commits":2.0,"dds":0.0,"last_synced_commit":"37941c0b8fcc7701c6f125eab093562432a0e91c"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pptik/quakezone-nest","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pptik%2Fquakezone-nest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pptik%2Fquakezone-nest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pptik%2Fquakezone-nest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pptik%2Fquakezone-nest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pptik","download_url":"https://codeload.github.com/pptik/quakezone-nest/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pptik%2Fquakezone-nest/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31915451,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"online","status_checked_at":"2026-04-17T02:00:06.879Z","response_time":62,"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":["api","apollo","disaster","earthquakes","emergency","fastify","graphql","iot","mongodb","mongoose","nestjs","nodejs","open-source","quakes","quakezone","smart-city","tsunami","typegoose"],"created_at":"2026-04-17T04:35:18.477Z","updated_at":"2026-04-17T04:35:19.220Z","avatar_url":"https://github.com/pptik.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# QuakeZone GraphQL API Service\n\n## Tech Stack\n\n* Base framework: [NestJS](https://nestjs.com/) + [Soluvas](https://soluvas.com/) [NestJS TypeScript Starter Kit](https://github.com/soluvas/nest-typescript-starter)\n* Language: [TypeScript](http://www.typescriptlang.org/) on [Node.js](https://nodejs.org/en/)\n* Web server framework: [Fastify](https://www.fastify.io/)\n* GraphQL API Server: [Apollo Server](https://www.apollographql.com/docs/apollo-server/) + [`apollo-server-fastify`](https://www.npmjs.com/package/apollo-server-fastify) + [Relay Connections](https://relay.dev/graphql/connections.htm)\n* Database: [MongoDB](https://www.mongodb.com/) + [Mongoose](https://mongoosejs.com/) + [Typegoose](https://typegoose.github.io/typegoose/) + [`nestjs-typegoose`](https://www.npmjs.com/package/nestjs-typegoose)\n* Linting: [ESLint](https://eslint.org/) + [Prettier](https://prettier.io/) (NestJS stack)\n* Unit Test: [Jest](https://jestjs.io/) + [Supertest](https://www.npmjs.com/package/supertest) (NestJS stack)\n* Model/entity helpers: [`class-validator`](https://www.npmjs.com/package/class-validator)\n\n## Setup\n\n1. Configure `.env` using `.env.dev` as template.\n2. Run `npm run start:dev`\n3. Test by opening the GraphQL Playground at http://localhost:3001/graphql\n\n```gql\n{\n  hello\n  projects {\n    pageInfo { hasNextPage, hasPreviousPage, startCursor, endCursor }\n    edges { \n      node {\n        id, name, slug\n      }\n      cursor\n    }\n    aggregate {\n      count\n    }    \n  }\n  project(slug: \"quakezone\") {name}\n}\n```\n  \n## Installation\n\n```bash\n$ npm install\n```\n\n## Running the app\n\n```bash\n# development\n$ npm run start\n\n# watch mode\n$ npm run start:dev\n\n# production mode\n$ npm run start:prod\n```\n\n## Test\n\n```bash\n# unit tests\n$ npm run test\n\n# e2e tests\n$ npm run test:e2e\n\n# test coverage\n$ npm run test:cov\n```\n\n## Soluvas Open Source Low-Code Application Platform\n\nFor more information, check out [**Soluvas Open Source Low-Code Application Platform**](https://soluvas.com/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpptik%2Fquakezone-nest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpptik%2Fquakezone-nest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpptik%2Fquakezone-nest/lists"}