{"id":20690210,"url":"https://github.com/iam-abin/blogster","last_synced_at":"2026-04-07T07:03:34.923Z","repository":{"id":251485687,"uuid":"790987852","full_name":"iam-abin/Blogster","owner":"iam-abin","description":"A dynamic blogging platform ✍️📚 where users can write, share, and discover diverse blogs.","archived":false,"fork":false,"pushed_at":"2024-10-07T11:01:05.000Z","size":881,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-03T11:27:21.645Z","etag":null,"topics":["aws-s3","expressjs","mongodb","mongoose","nodejs","passportjs","redis"],"latest_commit_sha":null,"homepage":"","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/iam-abin.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":"2024-04-23T22:20:33.000Z","updated_at":"2024-10-07T11:01:09.000Z","dependencies_parsed_at":"2024-08-24T18:59:18.646Z","dependency_job_id":"312dc07e-a2a5-4f87-9318-6a5879a82dcb","html_url":"https://github.com/iam-abin/Blogster","commit_stats":null,"previous_names":["iam-abin/blogster"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/iam-abin/Blogster","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iam-abin%2FBlogster","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iam-abin%2FBlogster/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iam-abin%2FBlogster/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iam-abin%2FBlogster/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iam-abin","download_url":"https://codeload.github.com/iam-abin/Blogster/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iam-abin%2FBlogster/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31503394,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T03:10:19.677Z","status":"ssl_error","status_checked_at":"2026-04-07T03:10:13.982Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["aws-s3","expressjs","mongodb","mongoose","nodejs","passportjs","redis"],"created_at":"2024-11-16T23:12:15.103Z","updated_at":"2026-04-07T07:03:34.908Z","avatar_url":"https://github.com/iam-abin.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Blogster\n\nIt is a blog application build focused on the redis caching mechanism.\n\n### prerequsties\n- Nodejs\n- Mongodb \n- Redis (Installation step on bottom area)\n\n## Installation\n\n1. Clone the repository:\n\n```\ngit clone https://github.com/iam-abin/Blogster.git\n```\n\n2. Navigate to the project directory:\n\n```\ncd Blogster\n```\n\n3. Install the dependencies:\n\n```\ncd backend\n```\n```\nnpm install \n```\n- open another tab in vscode terminal and run\n```\ncd frontend\n```\n```\nnpm install \n```\n\n4. Set up the required environment variables. Rename the `.env.example` file to `.env` and provide the necessary values for your environment.\n\n5. Start server (Running the app):\n\n- In both frontend and backend terminal tabs, run\n\n```\n npm run dev\n```\n\n5. Access the application from browser using:\n\n```\nhttp://localhost:4000\n```\n\n# Images\n![Screenshot from 2024-08-25 13-13-44](https://github.com/user-attachments/assets/323499e5-b189-44b1-86ac-e5d1e1e31043)\n\n![Screenshot from 2024-08-25 13-14-04](https://github.com/user-attachments/assets/e8a7544d-7622-41b7-bd99-29a8d03a6c6a)\n\n![Screenshot from 2024-08-25 13-20-48](https://github.com/user-attachments/assets/d809a9ee-fd82-4114-8b4d-269b623ce2db)\n\n![Screenshot from 2024-08-25 13-19-38](https://github.com/user-attachments/assets/cec07238-7b22-46ea-b339-7a1cce6c9491)\n\n![Screenshot from 2024-08-25 13-23-04](https://github.com/user-attachments/assets/6fdfea7c-c17c-49df-9cce-1cc95f45dbda)\n\n\n## redis\n\n### Installation \n\n- first install brew package manager if not installed\n(visit the official site of brew to install based on the os)\n\n- To install redis in our local machine,\n\n```\nbrew install redis\n```\n\n- To start redis using brew,\n\n```\nbrew services start redis\n```\n\n- To Check redis server is running,\n\n```\nredis-cli ping\n```\n\n- To stop redis server\n\n```\nbrew services stop redis\n```\n\n- To restart redis\n\n```\nbrew services restart redis\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiam-abin%2Fblogster","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiam-abin%2Fblogster","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiam-abin%2Fblogster/lists"}