{"id":22240102,"url":"https://github.com/georgekaran/survey-server","last_synced_at":"2026-04-16T10:01:50.025Z","repository":{"id":36955305,"uuid":"274293131","full_name":"georgekaran/survey-server","owner":"georgekaran","description":"👨 📄 ✅ Survey project server written in NodeJS, Typescript and MongoDB using TDD.","archived":false,"fork":false,"pushed_at":"2023-01-24T03:15:27.000Z","size":2466,"stargazers_count":1,"open_issues_count":20,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-27T05:28:02.128Z","etag":null,"topics":["coverage-report","jest","mongodb","nodejs","solid","tdd","typescript"],"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/georgekaran.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}},"created_at":"2020-06-23T02:49:44.000Z","updated_at":"2023-03-07T16:06:59.000Z","dependencies_parsed_at":"2023-02-13T14:30:54.691Z","dependency_job_id":null,"html_url":"https://github.com/georgekaran/survey-server","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/georgekaran/survey-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/georgekaran%2Fsurvey-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/georgekaran%2Fsurvey-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/georgekaran%2Fsurvey-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/georgekaran%2Fsurvey-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/georgekaran","download_url":"https://codeload.github.com/georgekaran/survey-server/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/georgekaran%2Fsurvey-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31880882,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T09:23:21.276Z","status":"ssl_error","status_checked_at":"2026-04-16T09:23:15.028Z","response_time":69,"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":["coverage-report","jest","mongodb","nodejs","solid","tdd","typescript"],"created_at":"2024-12-03T03:28:43.301Z","updated_at":"2026-04-16T10:01:50.008Z","avatar_url":"https://github.com/georgekaran.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/georgekaran/survey.go/master/docs/images/mongo_logo.png\" width=\"110\" height=\"110\"/\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/georgekaran/survey.go/master/docs/images/node_logo.png\" width=\"110\" height=\"110\"/\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/georgekaran/survey.go/master/docs/images/react_logo.png\" width=\"110\" height=\"110\"/\u003e\n  \u003cbr/\u003e\n  \u003cbr/\u003e\n  \u003cbr/\u003e\n  \n  \u003cimg src=\"https://raw.githubusercontent.com/georgekaran/survey.go/master/docs/images/survey_image.png\"/\u003e\n\u003c/div\u003e\n\n\u003cbr/\u003e\n\u003cbr/\u003e\n\n[![Build Status](https://travis-ci.com/georgekaran/survey.go.svg?branch=master)](https://travis-ci.com/georgekaran/survey.go)\n[![Coverage Status](https://coveralls.io/repos/github/georgekaran/survey.go/badge.svg?branch=master)](https://coveralls.io/github/georgekaran/survey.go?branch=master)\n\n# Survey.go\n\nSurvey MERN application built using TDD, Clean Architecture and SOLID. \n\n## Getting Started\n\nThese instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.\n\n### Prerequisites\n\n1. Node.JS\n2. MongoDB\n\n### Installing\n\nA step by step series of examples that tell you how to get a development env running\n\nClone the repo\n```\ngit clone https://github.com/georgekaran/survey.go.git\n```\n\nInstall the dependencies and run the app.\n```\nnpm i\nnpm run start\n```\n\n## Running the tests\n\n### Unit tests\n\nRun only the tests that are ended as *.spec.ts\n\n```\nnpm run test:unit\n```\n\n### Integrations tests\n\nRun only the tests that are ended as *.tests.ts\n\n```\nnpm run test:integration\n```\n\n### Coverage report\n\nGenerate coverage report of the tests\n\n```\nnpm run test:ci\n```\n\n## Deployment\n\nAdd additional notes about how to deploy this on a live system\n\n## Built With\n\n* [Node.JS](https://nodejs.org/en/docs/) - Javascript runtime.\n* [MongoDB](https://docs.mongodb.com/) - NoSQL database.\n* [React](https://reactjs.org/docs/getting-started.html) - Web framework to built UI.\n* [Express](https://expressjs.com/en/api.html) - Node.Js framework to start a HTTP server.\n\n## Acknowledgments\n\n* Code built on the course [NodeJs, Typescript, TDD, Clean Architecture e SOLID](https://www.udemy.com/course/tdd-com-mango/) by \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeorgekaran%2Fsurvey-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeorgekaran%2Fsurvey-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeorgekaran%2Fsurvey-server/lists"}