{"id":21093979,"url":"https://github.com/leytox/blogbugster","last_synced_at":"2026-04-12T15:04:41.454Z","repository":{"id":250177841,"uuid":"832190933","full_name":"Leytox/BlogBugster","owner":"Leytox","description":"Blogging App about Computer Bugs","archived":false,"fork":false,"pushed_at":"2024-10-28T19:29:36.000Z","size":5622,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-21T01:41:31.104Z","etag":null,"topics":["bcrypt","express","jwt","mern-stack","mongodb","node","react","redux-toolkit","rtk-query"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Leytox.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-22T13:57:06.000Z","updated_at":"2024-10-28T16:06:21.000Z","dependencies_parsed_at":"2024-10-28T13:10:51.686Z","dependency_job_id":"fabcef4a-577c-445d-a814-6da78e74ce29","html_url":"https://github.com/Leytox/BlogBugster","commit_stats":null,"previous_names":["leytox/blogbugster"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Leytox%2FBlogBugster","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Leytox%2FBlogBugster/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Leytox%2FBlogBugster/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Leytox%2FBlogBugster/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Leytox","download_url":"https://codeload.github.com/Leytox/BlogBugster/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243538112,"owners_count":20307101,"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":["bcrypt","express","jwt","mern-stack","mongodb","node","react","redux-toolkit","rtk-query"],"created_at":"2024-11-19T22:15:06.691Z","updated_at":"2025-12-29T15:38:43.609Z","avatar_url":"https://github.com/Leytox.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BlogBugster\n\nBlog application created using MERN STACK.\n\n## Table of Contents\n\n- [Prerequisites](#prerequisites)\n- [Installation](#installation)\n- [Configuration](#configuration)\n    - [Backend Configuration](#backend-configuration)\n    - [Frontend Configuration](#frontend-configuration)\n- [Usage](#usage)\n\n## Prerequisites\n\n- Node.js (version 22 or higher)\n- MongoDB\n- Google Account (for email functionality)\n- Telegram Bot API key\n- Firebase account\n\n## Installation\n\n1. Clone the repository:\n   ```\n   git clone https://github.com/Leytox/BlogBugster.git\n   cd blogbugster\n   ```\n\n2. Install dependencies for both backend and frontend:\n   ```\n   cd backend \u0026\u0026 npm install\n   cd frontend \u0026\u0026 npm install\n   ```\n\n## Configuration\n\n### Backend Configuration\n\nCreate a `.env` file in the `backend` directory with the following variables:\n\n```\nNODE_ENV=development\nMONGODB_URI=your_mongodb_connection_string\nPORT=5000\nJWT_ACCESS_SECRET=your_jwt_access_secret\nJWT_ACCESS_EXPIRES_IN=15m\nJWT_REFRESH_SECRET=your_jwt_refresh_secret\nJWT_REFRESH_EXPIRES_IN=7d\nGOOGLE_EMAIL=your_google_email@gmail.com\nGOOGLE_REFRESH_TOKEN=your_google_refresh_token\nGOOGLE_CLIENT_ID=your_google_client_id\nGOOGLE_CLIENT_SECRET=your_google_client_secret\nTELEGRAM_BOT_API=your_telegram_bot_api_key\nCLIENT_URL=http://localhost:5173\n```\n\n### Frontend Configuration\n\nCreate a `.env` file in the `frontend` directory with the following variables:\n\n```\nVITE_BACKEND_URI=http://localhost:5000/api\nVITE_FIREBASE_API_KEY=your_firebase_api_key\nVITE_SITE_API_KEY=your_site_api_key_from_recaptcha\n```\n\n## Usage\n\n1. Start the backend server:\n   ```\n   cd backend \u0026\u0026 npm start\n   ```\n\n2. In a new terminal, start the frontend development server:\n   ```\n   cd frontend \u0026\u0026 npm run dev\n   ```\n\n3. Access the application at `http://localhost:5173` (or the port specified by Vite).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleytox%2Fblogbugster","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleytox%2Fblogbugster","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleytox%2Fblogbugster/lists"}