{"id":48914200,"url":"https://github.com/mburuwhiz/ewebb","last_synced_at":"2026-04-17T01:10:01.457Z","repository":{"id":344507233,"uuid":"1181662836","full_name":"mburuwhiz/ewebb","owner":"mburuwhiz","description":null,"archived":false,"fork":false,"pushed_at":"2026-04-16T16:39:32.000Z","size":46612,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-16T18:20:38.659Z","etag":null,"topics":["cyber","onlineservices","webhost"],"latest_commit_sha":null,"homepage":"https://ewebb.whizpoint.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/mburuwhiz.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":"2026-03-14T13:03:19.000Z","updated_at":"2026-04-16T16:39:36.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/mburuwhiz/ewebb","commit_stats":null,"previous_names":["mburuwhiz/ewebb"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mburuwhiz/ewebb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mburuwhiz%2Fewebb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mburuwhiz%2Fewebb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mburuwhiz%2Fewebb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mburuwhiz%2Fewebb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mburuwhiz","download_url":"https://codeload.github.com/mburuwhiz/ewebb/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mburuwhiz%2Fewebb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31910606,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"ssl_error","status_checked_at":"2026-04-16T18:21:47.142Z","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":["cyber","onlineservices","webhost"],"created_at":"2026-04-17T01:10:00.743Z","updated_at":"2026-04-17T01:10:01.443Z","avatar_url":"https://github.com/mburuwhiz.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EWEBB CYBER PLATFORM\n\n## Architecture\nThis project strictly follows a unified architecture constraint. Both the React frontend and Express backend are unified under a **single `package.json`** at the root of the project.\nA single `npm install` handles dependencies for the entire application, and `npm run dev` boots both the Vite client and the Express backend concurrently.\n\n## Setup Instructions\n\n1. **Install Dependencies**\n   Run the single install command from the root directory:\n   ```bash\n   npm install\n   ```\n\n2. **Environment Variables**\n   Copy `.env.example` to `.env` in the root directory and securely configure the credentials.\n   ```bash\n   cp .env.example .env\n   ```\n\n3. **Start Development Server**\n   This single command starts the system concurrently:\n   ```bash\n   npm run dev\n   ```\n\n## Initial Admin Login\nThe initial super-admin credentials must NOT be hardcoded. They are read exclusively from your `.env` file before starting the server.\n\n1. Ensure `ADMIN_USERNAME` and `ADMIN_PASSWORD` are set in `.env`.\n2. Start the server.\n3. Navigate to `http://localhost:5173/admin/login`.\n4. Log in using the exact username and password provided in the `.env` file.\n\n## Mailer Microservice\nThe Brevo Mailer logic is isolated in a separate microservice located in the `mailer-microservice/` directory.\n\nTo start the mailer:\n```bash\ncd mailer-microservice\nnpm install\ncp .env.example .env # (Update with your Brevo SMTP credentials)\nnode server.js\n```\nThe main app communicates with this service via HTTP POST using the URL and API Key defined in the root `.env`.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmburuwhiz%2Fewebb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmburuwhiz%2Fewebb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmburuwhiz%2Fewebb/lists"}