{"id":18843631,"url":"https://github.com/adarshaacharya/e-complaints","last_synced_at":"2025-04-14T07:32:32.961Z","repository":{"id":40291021,"uuid":"226916816","full_name":"adarshaacharya/E-Complaints","owner":"adarshaacharya","description":"A complaint management app that helps user to send  send the compaints to different departments, admin can forward complaints to respective dept. and dept. officer will reply to that complaint. :fire:","archived":false,"fork":false,"pushed_at":"2023-02-01T04:12:59.000Z","size":6750,"stargazers_count":16,"open_issues_count":12,"forks_count":13,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-27T21:38:41.705Z","etag":null,"topics":["complaint-management","complaints","ejs","express","hacktoberfest","mongodb","nodejs"],"latest_commit_sha":null,"homepage":"https://e-complaints.herokuapp.com/","language":"JavaScript","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/adarshaacharya.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-12-09T16:29:47.000Z","updated_at":"2024-04-26T13:32:29.000Z","dependencies_parsed_at":"2023-02-08T02:18:07.954Z","dependency_job_id":null,"html_url":"https://github.com/adarshaacharya/E-Complaints","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adarshaacharya%2FE-Complaints","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adarshaacharya%2FE-Complaints/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adarshaacharya%2FE-Complaints/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adarshaacharya%2FE-Complaints/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adarshaacharya","download_url":"https://codeload.github.com/adarshaacharya/E-Complaints/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248839550,"owners_count":21169829,"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","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":["complaint-management","complaints","ejs","express","hacktoberfest","mongodb","nodejs"],"created_at":"2024-11-08T02:58:25.995Z","updated_at":"2025-04-14T07:32:31.327Z","avatar_url":"https://github.com/adarshaacharya.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cbr /\u003e\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://e-complaints.herokuapp.com/\"\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/adarshaacharya/E-Complaints/master/docs/github_cover.png\" alt=\"github_cover\" /\u003e\n\n\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://e-complaints.herokuapp.com/\"\u003e\n\u003ch2 align=\"center\"\u003e\n E-Complaints 💬\n\u003c/h2\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n \u003cimg alt=\"Version\" src=\"https://img.shields.io/badge/version-1.0.0-blue.svg?cacheSeconds=2592000\" /\u003e\n  \u003ca href=\"https://github.com/adarshaacharya/E-Complaints/blob/master/LICENSE\" target=\"_blank\"\u003e\n    \u003cimg alt=\"License: MIT\" src=\"https://img.shields.io/github/license/adarshaacharya/E-Complaints\" /\u003e\n  \u003c/a\u003e\n      \u003ca href=\"https://standardjs.com\"\u003e\u003cimg src=\"https://img.shields.io/badge/code_style-standard-brightgreen.svg\" alt=\"Standard - JavaScript Style Guide\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://twitter.com/UltimateAdarshx\" target=\"_blank\"\u003e\n    \u003cimg alt=\"Twitter: aadarsha\" src=\"https://img.shields.io/twitter/follow/aadarshatweets?style=social\" /\u003e\n  \u003c/a\u003e\n  \u003c/p\u003e\n  \n \u003cp align=\"center\"\u003e\nA complaint management system to send the compaints to different departments by user. The complaints can be forwaded by admin as per nature of complaints and will be responded by the respective staff.\n\u003c/p\u003e\n\n## 🛠 Installation \u0026 Set Up \n\nStart developing locally.\n\n### Step 1: Clone the repo\n\nFork the repository. then clone the repo locally by doing -\n\n```sh\nhttps://github.com/adarshaacharya/E-Complaints.git\n```\n\n### Step 2: Install Dependencies\n\ncd into the directory\n\n```sh\ncd E-Complaints\n```\n\nIn the root folder do npm install.\n\n```sh\nnpm install\n```\n\n### Step 3: Setup .env\n\nTo run the server you will also need to provide the `.env` variables\n\n- create a new file .env in the root\n- open [.env.example](./.env.example)\n- copy the database url and paste it to the .env\n  _(make sure that you've installed MongoDB)_\n\n#### And you are good to go\n\n```sh\nnpm run dev\n\n# Server runs on http://localhost:5000\n```\n\n## 🤝 Contributing\n\nContributions, issues and feature requests are welcome. After cloning \u0026 setting up project locally, you can just submit a PR to this repo and it will be deployed once it's accepted.\n\n**⚠️ Note - Commit \u0026 PR Title :**\n\nIt’s good to have descriptive commit messages so that other folks can make sense of what your commit is doing.\nThis project uses [Husky](https://github.com/typicode/husky/blob/master/README.md) prevent bad `git commit`, `git push` and more 🐶 \\_woof!\n\nRead [conventional commits](https://www.conventionalcommits.org/en/v1.0.0-beta.3/) before making the commit message.\n\n## 👏🏻 Show your support\n\nGive a ⭐️ if you like the project!\n\n## 👤 Author\n\n- Website: \u003chttps://adarshaacharya.com.np/\u003e\n- Twitter: [@adarshatweets](https://twitter.com/adarshatweets)\n- Github: [@adarshaacharya](https://github.com/adarshaacharya)\n- LinkedIn: [@adarshaacharya](https://linkedin.com/in/adarshaacharya)\n\n## 📝 License\n\nCopyright © 2020 [Aadarsha Acharya](https://github.com/adarshaacharya).\u003cbr /\u003e\nThis project is [MIT](https://github.com/adarshaacharya/E-Complaints/blob/master/LICENSE) licensed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadarshaacharya%2Fe-complaints","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadarshaacharya%2Fe-complaints","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadarshaacharya%2Fe-complaints/lists"}