{"id":28213550,"url":"https://github.com/aakashgaurab/level-supermind","last_synced_at":"2026-04-08T18:31:17.276Z","repository":{"id":186724104,"uuid":"674571530","full_name":"AakashGaurab/level-supermind","owner":"AakashGaurab","description":"A blog application","archived":false,"fork":false,"pushed_at":"2023-08-12T06:16:45.000Z","size":716,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-11T17:56:24.050Z","etag":null,"topics":["bcrypt","ec2-instance","expressjs","jsonwebtoken","mysql","nodejs","rds-database","reactjs"],"latest_commit_sha":null,"homepage":"http://levelsupermind.s3-website.ap-south-1.amazonaws.com/","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/AakashGaurab.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,"zenodo":null}},"created_at":"2023-08-04T09:09:30.000Z","updated_at":"2023-11-20T16:58:20.000Z","dependencies_parsed_at":"2023-12-11T04:15:12.432Z","dependency_job_id":null,"html_url":"https://github.com/AakashGaurab/level-supermind","commit_stats":null,"previous_names":["aakashgaurab/level-supermind"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AakashGaurab/level-supermind","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AakashGaurab%2Flevel-supermind","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AakashGaurab%2Flevel-supermind/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AakashGaurab%2Flevel-supermind/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AakashGaurab%2Flevel-supermind/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AakashGaurab","download_url":"https://codeload.github.com/AakashGaurab/level-supermind/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AakashGaurab%2Flevel-supermind/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31568578,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"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":["bcrypt","ec2-instance","expressjs","jsonwebtoken","mysql","nodejs","rds-database","reactjs"],"created_at":"2025-05-17T20:10:51.309Z","updated_at":"2026-04-08T18:31:17.253Z","avatar_url":"https://github.com/AakashGaurab.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Blogify\n- Bogify is blogging app which help people to post their blogs online and other people can read those blogs and can comment on these blogs.\n\n# Tech-Stacks:\n- Node.js\n- Express.js\n- MySQL\n- React.js\n- GitHub\n- Postman\n- AWS EC2 Instance link\n[http://level-supermind-431007708.ap-south-1.elb.amazonaws.com:3500/](http://level-supermind-431007708.ap-south-1.elb.amazonaws.com:3500/)\n- Deployed Link :\n- [http://levelsupermind.s3-website.ap-south-1.amazonaws.com/]([http://65.0.106.33:3000/](http://levelsupermind.s3-website.ap-south-1.amazonaws.com/))\n\n# blogifybackend repo link\n[https://github.com/AakashGaurab/level-supermind](https://github.com/AakashGaurab/level-supermind)\n\n#Entities\nUser\n- userId(Primary key)\n- name\n- email(unique)\n- password(hashed)\n\n# Post\n- id(primary key)\n- userId(foreign key)\n- title\n- content\n\n# Comments\n- id(primary key)\n- userid(foreign key)\n- blogid(foreign key)\n- comment\n\n\n# Routes\nUser Routes\nRegistration\nPOST /user/signup\n```\n{\n\"name\":\"Aakash\",\n\"email\":\"aakash@gmail.com\",\n\"password\":\"1234\"\n}\n```\n Response: User Created\n                  \nLogin\nPOST /user/login\n```\n              Request:{\n                  \"email\":example@gmail.com,\n                  \"password\":\"example123\"\n              }\n```\n  Response:{\n  {msg:\"Login Succesfull\",id:results[0].id}\n\n\nPosts Routes\n# Create a post\nPOST /blogs/:userId\n\n\n# Get All posts\nGET /blogs\n\nEdit Post\nPATCH /blog/:id\n\n\nDelete post\nDELETE /blog/:id\n\n\n# Comments Route\n- Create comment\nPOST /comment/:userId/:blogId\n\n\n                  Request:{\n                      \"comment\":\"have a momment\"\n                  }\n\n\n                  Response: \"Comment added\"\n                          \nGet All comments by Post\nGET comment/:blogid\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faakashgaurab%2Flevel-supermind","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faakashgaurab%2Flevel-supermind","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faakashgaurab%2Flevel-supermind/lists"}