{"id":25655604,"url":"https://github.com/garvitchittora/impedia","last_synced_at":"2025-10-23T20:26:33.451Z","repository":{"id":175602130,"uuid":"329572881","full_name":"garvitchittora/Impedia","owner":"garvitchittora","description":"Impedia is a centralized appeal management system or in more detail, it is a web application that will enable proper communication of issues or appeals made by students to appropriate faculty members or authorities for any organization, or in our use case, for IIITA.","archived":false,"fork":false,"pushed_at":"2023-05-06T06:27:37.000Z","size":88697,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-09T01:05:06.544Z","etag":null,"topics":["appeal","backend","faculty-members","petitions","students"],"latest_commit_sha":null,"homepage":"https://impedia.herokuapp.com/","language":"JavaScript","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/garvitchittora.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":"2021-01-14T09:53:01.000Z","updated_at":"2025-05-21T12:23:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"857e781a-7fb0-4ebc-bebe-1e9dfab3187f","html_url":"https://github.com/garvitchittora/Impedia","commit_stats":null,"previous_names":["garvitchittora/impedia"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/garvitchittora/Impedia","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garvitchittora%2FImpedia","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garvitchittora%2FImpedia/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garvitchittora%2FImpedia/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garvitchittora%2FImpedia/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/garvitchittora","download_url":"https://codeload.github.com/garvitchittora/Impedia/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garvitchittora%2FImpedia/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280685155,"owners_count":26373212,"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-10-23T02:00:06.710Z","response_time":142,"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":["appeal","backend","faculty-members","petitions","students"],"created_at":"2025-02-23T21:44:39.005Z","updated_at":"2025-10-23T20:26:33.433Z","avatar_url":"https://github.com/garvitchittora.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n    \u003ca href=\"https://github.com/garvitchittora/Impedia\"\u003e\u003cimg src=\"https://i.imgur.com/uWemPNc.png\" alt=\"impedia\"\u003e\u003c/a\u003e\n\u003c/h1\u003e\n\n\u003ch3 align=\"center\"\u003eA centralized appeal management system.\u003c/h3\u003e\n\n---\n\n\u003ch4 align=\"center\"\u003e\n  \u003ca href=\"#About\"\u003eAbout\u003c/a\u003e •\n  \u003ca href=\"#Installation\"\u003eInstallation\u003c/a\u003e •\n  \u003ca href=\"#Getting-Started\"\u003eGetting Started\u003c/a\u003e •\n  \u003ca href=\"#Testing\"\u003eTesting\u003c/a\u003e\n\u003c/h4\u003e\n\n---\n\u003cbr\u003e\n\n# About\n\n\u003ch4\u003e\nImpedia is a centralized appeal management system or in more detail, it is a web application which will enable proper communication of issues or appeals made by students to appropriate faculty members or authorities for any organization, or in our use case, for IIITA.\n\u003c/h4\u003e\n\u003cbr\u003e\n\nIt aims to:\n* Enable proper communication of issues or appeals made by students to appropriate faculty members or authorities\n* Increase the efficiency of the current appeal mechanism(email) and prevent flooding of inboxes\n* Give common issues a platform in the form of petitions\n* Have a flexible structure so any organization can host their separate version and their admin can add their respective authorities, faculty groups and specify their email domain so students under that domain can join the platform.\n\n\u003cbr\u003e\n\n# Installation\n\n### Host System Package Dependencies\n\n* NodeJS\n* NPM\n* MongoDB\n\n\u003cbr\u003e\n\n```sh\ngit clone https://github.com/garvitchittora/Impedia\ncd Impedia\n```\n\nTerminal Instance 1: Backend\n```sh\ncd backend\nnpm install\nnpm start\n```\n\nTerminal Instance 1: Frontend\n```sh\ncd frontend/impedia\nnpm install\nnpm start\n```\nand navigate to `localhost:3000` in your browser. The Backend API will be running at `localhost:3001`\n\n# Getting Started\n\nFirst you have to generate admin credentials. Open another terminal in the backend folder and run\n```sh\nnpm run generate-admin\n```\nThis will generate Admin credentials you can use to login as an admin.\n\nAs an admin you now add emails for authorities of your organization, and they will be sent invitation emails to join the platform.\n\nYou can then add your organization domain and then students with emails under that domain would be able to come and register for the platform.\n\nAnd thats it! Thats all the setup needed, the students can now make appeals/petitions and authorities can respond to them while admin can overlook all activities happening on the platform.\n\n# Testing\n\nThe project includes unit tests for testing all the routes and controllers, written using jest and supertest.\n\n```sh\ncd backend\nnpm install\n```\n\nRun all tests\n```sh\nnpm run test\n```\n\nGet coverage of unit tests\n```sh\nnpm run coverage\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgarvitchittora%2Fimpedia","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgarvitchittora%2Fimpedia","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgarvitchittora%2Fimpedia/lists"}