{"id":16299267,"url":"https://github.com/rockchalkwushock/simple-blog","last_synced_at":"2026-05-02T05:05:28.273Z","repository":{"id":103564061,"uuid":"100312342","full_name":"rockchalkwushock/simple-blog","owner":"rockchalkwushock","description":"Simple Blog based on REST API convention","archived":false,"fork":false,"pushed_at":"2017-08-14T22:19:31.000Z","size":45,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-27T17:49:05.648Z","etag":null,"topics":["ejs-express","express","mongodb","now-cli"],"latest_commit_sha":null,"homepage":"https://simple-blog-bccpqpmxki.now.sh","language":"HTML","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/rockchalkwushock.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":"2017-08-14T21:52:06.000Z","updated_at":"2017-08-14T22:20:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"096fcf65-a732-4228-b446-c7ef098ec5d2","html_url":"https://github.com/rockchalkwushock/simple-blog","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rockchalkwushock/simple-blog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rockchalkwushock%2Fsimple-blog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rockchalkwushock%2Fsimple-blog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rockchalkwushock%2Fsimple-blog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rockchalkwushock%2Fsimple-blog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rockchalkwushock","download_url":"https://codeload.github.com/rockchalkwushock/simple-blog/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rockchalkwushock%2Fsimple-blog/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32523434,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T01:12:54.858Z","status":"online","status_checked_at":"2026-05-02T02:00:05.923Z","response_time":132,"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":["ejs-express","express","mongodb","now-cli"],"created_at":"2024-10-10T20:47:23.682Z","updated_at":"2026-05-02T05:05:28.258Z","avatar_url":"https://github.com/rockchalkwushock.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple Blog\n\nA simple blog.\n\nThis project utilizes the latest JavaScript syntax available in NodeJS.\n\n[Live Demo](https://simple-blog-bccpqpmxki.now.sh)\n\n\u003e Note: Deployment is not scaled and database is a free sandbox might take a while to fire up!\n\n## Concepts Covered\n\n- [x] REST API Architecture.\n- [x] Promises using `async/await` syntax.\n- [x] Dry code by creating middlewares.\n- [x] noSQL Database (`mongodb`)\n- [x] `ejs` templating\n\n## REST API Architecture\n\nName   | Endpoint             | Verb    | Description                                                       |\n-------|----------------------|---------|-------------------------------------------------------------------|\nINDEX  | /                    | GET     | Redirect to `/posts`.                                             |\nNEW    | /posts               | GET     | Render view for *all* posts.                                      |\nGET    | /posts/new           | GET     | Render view for adding new post.                                  |\nCREATE | /posts               | POST    | Add a post to the database.                                       |\nSHOW   | /posts/:id           | GET     | Render view for *single* post.                                    |\nEDIT   | /posts/:id/edit      | GET     | Render view for editing a post.                                   |\nUPDATE | /posts/:id           | PUT     | Render view *after* updating a post with updated post.            |\nREMOVE | /posts/:id           | DELETE  | Render view *after* removing a post with list of remaining posts. |\n\n## TODO\n\n- [ ] Clean up Styling\n- [ ] Handle error cases better.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frockchalkwushock%2Fsimple-blog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frockchalkwushock%2Fsimple-blog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frockchalkwushock%2Fsimple-blog/lists"}