{"id":28231490,"url":"https://github.com/ashita-agarwal/meanstack-blogpost-app","last_synced_at":"2026-05-02T18:32:25.310Z","repository":{"id":287147051,"uuid":"448236708","full_name":"ashita-agarwal/MeanStack-BlogPost-App","owner":"ashita-agarwal","description":" A Blog Post Application using Angular and Node where users can see list of blog posts, add new post,  view the details of the blog post, edit the blog post and can delete the blog  post.For Database , MongoDB Atlas is used.","archived":false,"fork":false,"pushed_at":"2022-01-15T10:37:59.000Z","size":194,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-10T09:05:35.571Z","etag":null,"topics":["angular","components","cors","env","interpolation","node-js","npm","pipes","routing","service"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/ashita-agarwal.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":"2022-01-15T09:41:47.000Z","updated_at":"2022-07-05T03:57:05.000Z","dependencies_parsed_at":"2025-04-10T07:46:58.116Z","dependency_job_id":"916e57ec-0ed4-4347-a495-b1ab7d55c6c0","html_url":"https://github.com/ashita-agarwal/MeanStack-BlogPost-App","commit_stats":null,"previous_names":["ashita-agarwal/meanstack-blogpost-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ashita-agarwal/MeanStack-BlogPost-App","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashita-agarwal%2FMeanStack-BlogPost-App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashita-agarwal%2FMeanStack-BlogPost-App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashita-agarwal%2FMeanStack-BlogPost-App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashita-agarwal%2FMeanStack-BlogPost-App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ashita-agarwal","download_url":"https://codeload.github.com/ashita-agarwal/MeanStack-BlogPost-App/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashita-agarwal%2FMeanStack-BlogPost-App/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32545805,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T12:25:33.646Z","status":"ssl_error","status_checked_at":"2026-05-02T12:24:51.733Z","response_time":132,"last_error":"SSL_read: 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":["angular","components","cors","env","interpolation","node-js","npm","pipes","routing","service"],"created_at":"2025-05-18T19:09:56.991Z","updated_at":"2026-05-02T18:32:25.264Z","avatar_url":"https://github.com/ashita-agarwal.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BLOGsy\nBLOGsy is a Blog Post Application using Angular and Node where Users can see list of blog posts, add new post,  view the details , edit  and can delete the blog  post.\n\n# Setup Guide\n\n## Database\n1. Signin/up to https://www.mongodb.com/cloud/atlas/register \n2. Create a cluster and connect it to your application.\n3. Refer to : https://www.section.io/engineering-education/nodejs-mongoosejs-mongodb/\n4. Create a \".env\" file in \"NodeApp\" Folder and write \u003cbr/\u003e\n  \" DB_CONNECT = \u003c----Paste_Your_Connection_String_Here----\u003e \"\n6. Do edit your password and desired database name in the connection string copied to .env file.\n\n## Backend\n1. Open project in VS Code.\n2. Right click on \"NodeApp\" folder --\u003e Open in integrated terminal\n3. Run \"npm install\" in terminal\n4. Now to run backend --\u003e Run \"node app.js\" in terminal.\n\n## Frontend\n1. Right click on \"AngularApp\" folder --\u003e Open in integrated terminal\n2. Run \"npm install\" in terminal\n3. Now to run frontend --\u003e Run \"ng serve AngularApp\" in terminal.\n4. Open URL \"http://localhost:4200\" in browser \n\n# ScreenShots\n\n## Homepage (All blog posts)\n\n\u003cimg width=\"400\" alt=\"homepage\" src=\"https://user-images.githubusercontent.com/63288542/149618499-4d47585a-97e9-4897-a32d-60566c90d627.PNG\"\u003e\n\n## Add blog post page\n\n\u003cimg width=\"400\" alt=\"create blog\" src=\"https://user-images.githubusercontent.com/63288542/149618508-64cc5186-3537-4182-8b6f-0ec000bc6bc1.PNG\"\u003e\n\n## Edit Blog Post \n\n\u003cimg width=\"400\" alt=\"edit page\" src=\"https://user-images.githubusercontent.com/63288542/149618513-aa6d857a-90ac-43f1-8dd3-12c20536eec7.PNG\"\u003e\n\n## About us page\n\n\u003cimg width=\"400\" alt=\"aboutus\" src=\"https://user-images.githubusercontent.com/63288542/149618518-fd276c0f-3d11-4612-a5d0-7ecfb1914bd1.PNG\"\u003e\n\n## View Blog post page\n\n\u003cimg width=\"400\" alt=\"details page\" src=\"https://user-images.githubusercontent.com/63288542/149618519-8cf76cd3-a01f-47f2-bc72-77f36f8291e2.PNG\"\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashita-agarwal%2Fmeanstack-blogpost-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fashita-agarwal%2Fmeanstack-blogpost-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashita-agarwal%2Fmeanstack-blogpost-app/lists"}