{"id":25027782,"url":"https://github.com/aimable01/blog_app_backend","last_synced_at":"2025-03-30T17:25:22.113Z","repository":{"id":225676873,"uuid":"766557828","full_name":"Aimable01/Blog_app_backend","owner":"Aimable01","description":"This is the backend of a blog website. The technologies I used were: Express js, typescript and postgres as the database using 'pg'. ","archived":false,"fork":false,"pushed_at":"2024-03-03T16:18:42.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-05T19:51:45.155Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/Aimable01.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}},"created_at":"2024-03-03T15:44:22.000Z","updated_at":"2024-10-21T20:12:58.000Z","dependencies_parsed_at":"2024-03-03T17:29:21.805Z","dependency_job_id":"2cafcb15-7e88-4c20-8c66-041fc2328432","html_url":"https://github.com/Aimable01/Blog_app_backend","commit_stats":null,"previous_names":["aimable01/blog_app_backend"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aimable01%2FBlog_app_backend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aimable01%2FBlog_app_backend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aimable01%2FBlog_app_backend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aimable01%2FBlog_app_backend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Aimable01","download_url":"https://codeload.github.com/Aimable01/Blog_app_backend/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246352803,"owners_count":20763528,"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":[],"created_at":"2025-02-05T19:38:58.949Z","updated_at":"2025-03-30T17:25:22.089Z","avatar_url":"https://github.com/Aimable01.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Introduction\n\nThis is the backend of a blog_app where one has to first register or login. Once done, one can post a blog, like other blogs and also comment on them.\n\n## Technologies\n\nLanguage: Typescript**_|_**  \nFramework: Nodejs' Express js**_|_**\nDatabase: Postgresql(pg)**_|_**\nAuthentication: JSONWebTokens**_|_**\nAPI: RESTful api\n\n### API endpoints\n\n```javascript\n// home page\n   localhost:3000/home\n\n//  register\n   localhost:3000/auth/register\n\n//  login\n   localhost:3000/auth/login\n\n//  view all posts\n   localhost:3000/post/\n\n//  create a post\n   localhost:3000/post/new\n\n//  update a post\n   localhost:3000/post/:id\n\n//  delete a post\n   localhost:3000/post/:id\n\n// comment on a post\n   localhost:3000/comment/new\n\n//  delete a comment\n   localhost:3000/comment/:id\n\n//  like a post\n   localhost:3000/likes/like/:id\n\n//  unlike a post\n   localhost:3000/likes/unlike/:id\n```\n\n#### Conclusion\n\nThis is a good project to exercise your backend development skills.\nFeel free to grab the codes for learning or your own projects.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faimable01%2Fblog_app_backend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faimable01%2Fblog_app_backend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faimable01%2Fblog_app_backend/lists"}