{"id":29768729,"url":"https://github.com/mouadtaoussi/survey-app","last_synced_at":"2026-04-14T03:32:18.339Z","repository":{"id":38734353,"uuid":"280957774","full_name":"mouadTaoussi/survey-app","owner":"mouadTaoussi","description":"📊 This repository contains the codebase of the survey app","archived":false,"fork":false,"pushed_at":"2024-01-06T17:45:31.000Z","size":135408,"stargazers_count":3,"open_issues_count":19,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-27T04:33:29.268Z","etag":null,"topics":["algorithms","api","authentication","chart","ejs","electron","expressjs","full-stack","nodejs","serverside-rendering","survey"],"latest_commit_sha":null,"homepage":"https://surveyapp-mmna.onrender.com/","language":"EJS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mouadTaoussi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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,"zenodo":null}},"created_at":"2020-07-19T21:58:41.000Z","updated_at":"2024-01-06T18:56:14.000Z","dependencies_parsed_at":"2025-07-27T03:47:24.423Z","dependency_job_id":null,"html_url":"https://github.com/mouadTaoussi/survey-app","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/mouadTaoussi/survey-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mouadTaoussi%2Fsurvey-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mouadTaoussi%2Fsurvey-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mouadTaoussi%2Fsurvey-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mouadTaoussi%2Fsurvey-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mouadTaoussi","download_url":"https://codeload.github.com/mouadTaoussi/survey-app/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mouadTaoussi%2Fsurvey-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31781292,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T02:24:21.117Z","status":"ssl_error","status_checked_at":"2026-04-14T02:24:20.627Z","response_time":153,"last_error":"SSL_read: 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":["algorithms","api","authentication","chart","ejs","electron","expressjs","full-stack","nodejs","serverside-rendering","survey"],"created_at":"2025-07-27T03:12:08.918Z","updated_at":"2026-04-14T03:32:18.323Z","avatar_url":"https://github.com/mouadTaoussi.png","language":"EJS","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003c!-- \u003cimg src=\"https://github.com/mouadTaoussi/survey-app/blob/master/Public/src/assets/logoLightBg.svg\"/\u003e --\u003e\n  \u003cimg src=\"https://github.com/mouadTaoussi/survey-app/blob/master/Public/src/assets/logoShowCase.jpg\"/\u003e\n\u003c/p\u003e\n\n\u003ch4 align=\"center\"\u003e\n\t\u003cstrong\u003eCreate Surveys and Collect data of them😎\u003c/strong\u003e\n\u003c/h4\u003e\n\n\u003ch3 align=\"center\"\u003e\n  \u003ca href=\"https://github.com/mouadTaoussi/survey-app/blob/master/CONTRIBUTING.md\"\u003eContribute\u003c/a\u003e\n  \u003cspan\u003e · \u003c/span\u003e\n  \u003ca href=\"https://github.com/mouadTaoussi/survey-app/blob/master/CODE_OF_CONDUCT.md\"\u003eCode of conduct\u003c/a\u003e\n\u003c/h3\u003e\n\n---\n\n### What is SurveyApp ?\nOpen source software to create surveys then collects responses from your target (eg: clients-students...etc) represented in graphes describing the responses, for easier understanding!\nYou can now use an aternative **Open source** application that fit your needs if you have worries about your **data**.\n\n### How it works ?\nIf you are intresting about learning how the application collects and handles responses in order to give the user full report of responses represented in graphs, see [this algorithm that responsible about that Job](https://github.com/mouadTaoussi/survey-app/blob/master/Controllers/Questions.js#L136-L226), it is provided with comments to understand each block of code.\n\n**Note: if you couldn't understand any part of the code, Please open up new issue attached with the ``question`` label, to get help for better understanding!**\n\n### Technologies\n#### Back-End side\n- **NodeJS / ExpressJS** : Back-end API\n- **MongoDB / Mongoose / RedisLab** : Data Storage / Auth Cookies\n- **Nodemailer** : Reset Password\n- **PassportJS** : Oauth 2.0\n- **Puppeteer** : Survey Responses report (PDF)\n#### Front-End side\n- **Bootstrap** : Initial styles\n- **Webpack** : Front-end bundle\n- **[AntVG2Plot](https://g2plot.antv.vision/)** : Responses in Charts\n- **[SortableJS](https://sortablejs.github.io/Sortable/)** : Sorting questions\n\n### Contributing\nIf you want to give something helpfull to the project (eg: more orianted to open source, improve the app...) we are welcoming you! 😊\u003cbr /\u003e\nBefore start, I invite you to read the [contributing](https://github.com/mouadTaoussi/survey-app/blob/master/CONTRIBUTING.md) for easier set-up and understanding the codebase!\u003cbr /\u003e\nthen read the [code of conduct](https://github.com/mouadTaoussi/survey-app/blob/master/CODE_OF_CONDUCT.md) to keep in mind our community standards\n#### Submitting a PR\nIf you have an idea that needs to be implemented in **SurveyApp**, First Open up new issue with label of **enhancement** and, create a branch in your copy of the repo, then start work on the feature.\n\n##### Guidlines to respect:\n- Open new issue if it doesn't aleardy exists,\n- Less commits, no more than 10\n- No useless comments\n- Code should be readable\n- respect the code standards\n\u003c!-- - If any similar PR already exists, mention it, --\u003e\n\n#### Reporting an issue\nWhen you find an issue in the app, any kind, follow the same way above but with some changes:\nLabels should be **bug** and other labels related to the issue listed in the labels section, then you decide whether you'll work on it or not.\n\n### Code of conduct \nPlease read the [code of conduct](https://github.com/mouadTaoussi/survey-app/blob/main/CODE_OF_CONDUCT.md)\n\n### Licence\nThis project is under [MIT License](https://github.com/mouadTaoussi/survey-app/blob/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmouadtaoussi%2Fsurvey-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmouadtaoussi%2Fsurvey-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmouadtaoussi%2Fsurvey-app/lists"}