{"id":32444714,"url":"https://github.com/the-wee-lad/tcs-hackathon-hack-o-gravity","last_synced_at":"2025-10-26T03:54:51.287Z","repository":{"id":319457648,"uuid":"1078745344","full_name":"The-Wee-Lad/TCS-hackathon-hack-o-gravity","owner":"The-Wee-Lad","description":"This is the repo for submitting our work for the hack o gravity hackathon","archived":false,"fork":false,"pushed_at":"2025-10-18T10:50:27.000Z","size":2847,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-19T06:34:19.296Z","etag":null,"topics":["hackathon","hackathon-project"],"latest_commit_sha":null,"homepage":"https://tcs-hackathon-hack-o-gravity.vercel.app/","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/The-Wee-Lad.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-18T10:31:41.000Z","updated_at":"2025-10-18T10:50:30.000Z","dependencies_parsed_at":"2025-10-19T06:34:24.648Z","dependency_job_id":"9c864e63-b712-45a9-82a9-df1f607bec95","html_url":"https://github.com/The-Wee-Lad/TCS-hackathon-hack-o-gravity","commit_stats":null,"previous_names":["the-wee-lad/tcs-hackathon-hack-o-gravity"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/The-Wee-Lad/TCS-hackathon-hack-o-gravity","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/The-Wee-Lad%2FTCS-hackathon-hack-o-gravity","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/The-Wee-Lad%2FTCS-hackathon-hack-o-gravity/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/The-Wee-Lad%2FTCS-hackathon-hack-o-gravity/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/The-Wee-Lad%2FTCS-hackathon-hack-o-gravity/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/The-Wee-Lad","download_url":"https://codeload.github.com/The-Wee-Lad/TCS-hackathon-hack-o-gravity/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/The-Wee-Lad%2FTCS-hackathon-hack-o-gravity/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281055234,"owners_count":26436349,"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-26T02:00:06.575Z","response_time":61,"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":["hackathon","hackathon-project"],"created_at":"2025-10-26T03:54:47.387Z","updated_at":"2025-10-26T03:54:51.278Z","avatar_url":"https://github.com/The-Wee-Lad.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🕵️‍♂️ Whistle Blower\r\n\r\nA secure, anonymous whistleblowing platform designed to empower individuals to report misconduct without fear of retaliation. Built as a monorepo with both client and server applications.\r\n\r\n## 🌐 Live Frontend\r\n\r\n🔗 [Access the frontend here](https://tcs-hackathon-hack-o-gravity.vercel.app/)\r\n\r\n---\r\n\r\n## 📁 Monorepo Structure\r\n\r\n```\r\n\r\nwhistle-blower/\r\n├── client/       # Frontend application (e.g., React)\r\n├── server/       # Backend application (e.g., Node.js/Express)\r\n├── README.md     # Project documentation\r\n└── package.json  # (optional) For managing shared scripts or dependencies\r\n\r\n````\r\n\r\n---\r\n\r\n## 🚀 Features\r\n\r\n- Anonymous reporting system\r\n- Secure data handling\r\n- User-friendly frontend interface\r\n- Admin and user roles (if applicable)\r\n- REST API for secure data transfer\r\n\r\n---\r\n\r\n## 🧑‍💻 Tech Stack\r\n\r\n### Frontend (Client)\r\n- Framework: [React.js](https://reactjs.org/)\r\n- UI Library: (e.g., Tailwind CSS, Material UI)\r\n- Deployment: [Vercel](https://vercel.com/)\r\n\r\n### Backend (Server)\r\n- Runtime: [Node.js](https://nodejs.org/)\r\n- Framework: [Express.js](https://expressjs.com/)\r\n- Database: (e.g., MongoDB, PostgreSQL)\r\n- Authentication: (e.g., JWT, OAuth, or custom logic)\r\n\r\n---\r\n\r\n## 📦 Getting Started\r\n\r\n### Prerequisites\r\n\r\n- Node.js \u003e= 16.x\r\n- npm or yarn\r\n- MongoDB/PostgreSQL instance (if needed)\r\n\r\n### Clone the Repository\r\n\r\n```bash\r\ngit clone https://github.com/your-username/whistle-blower.git\r\ncd whistle-blower\r\n````\r\n\r\n### Setup Client\r\n\r\n```bash\r\ncd client\r\nnpm install\r\nnpm run dev\r\n```\r\n\r\n### Setup Server\r\n\r\n```bash\r\ncd server\r\nnpm install\r\nnpm run dev\r\n```\r\n\r\n---\r\n\r\n## ⚙️ Environment Variables\r\n\r\nEach app (`client/`, `server/`) may have its own `.env` file. Example:\r\n\r\n### `server/.env`\r\n\r\n```\r\nPORT=5000\r\nMONGO_URI=your_mongodb_uri\r\nJWT_SECRET=your_jwt_secret\r\n```\r\n\r\n### `client/.env`\r\n\r\n```\r\nVITE_API_URL=http://localhost:5000/api\r\n```\r\n\r\n\u003e 🛡️ **Do not commit `.env` files** — keep secrets safe.\r\n\r\n---\r\n\r\n## 🏁 Roadmap / TODO\r\n\r\n* [ ] Implement encrypted data storage\r\n* [ ] Add role-based dashboards\r\n* [ ] Improve accessibility and UI/UX\r\n* [ ] Add tests (unit/integration)\r\n\r\n```\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthe-wee-lad%2Ftcs-hackathon-hack-o-gravity","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthe-wee-lad%2Ftcs-hackathon-hack-o-gravity","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthe-wee-lad%2Ftcs-hackathon-hack-o-gravity/lists"}