{"id":16986187,"url":"https://github.com/konradlinkowski/scricher","last_synced_at":"2026-04-07T07:47:07.653Z","repository":{"id":130632478,"uuid":"107868884","full_name":"KonradLinkowski/Scricher","owner":"KonradLinkowski","description":"NodeJS + Express server for a Twitter-like app. User authentication.","archived":false,"fork":false,"pushed_at":"2020-12-11T17:03:58.000Z","size":189,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-05T18:41:26.930Z","etag":null,"topics":["authentication","backend","express","mongodb","passport","server"],"latest_commit_sha":null,"homepage":"http://scricher.herokuapp.com/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KonradLinkowski.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-10-22T13:36:15.000Z","updated_at":"2020-10-04T11:49:14.000Z","dependencies_parsed_at":"2024-03-18T22:00:34.072Z","dependency_job_id":null,"html_url":"https://github.com/KonradLinkowski/Scricher","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KonradLinkowski/Scricher","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KonradLinkowski%2FScricher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KonradLinkowski%2FScricher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KonradLinkowski%2FScricher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KonradLinkowski%2FScricher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KonradLinkowski","download_url":"https://codeload.github.com/KonradLinkowski/Scricher/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KonradLinkowski%2FScricher/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31504897,"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":["authentication","backend","express","mongodb","passport","server"],"created_at":"2024-10-14T02:45:00.961Z","updated_at":"2026-04-07T07:47:07.633Z","avatar_url":"https://github.com/KonradLinkowski.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Scricher\nNode.js/express social media service.\n## Features\nCreate your own account.\nLog in to your account.\nWrite a post.\nComment others posts.\n## Running\nUse postman to send requests with x-www-form-urlencoded.\nTo access endpoints which require authorization, you need to pass:\nAuthorization           JWT _access_token_\nInside Headers tab.\n### Remote\nUse my remote server on heroku:\nhttps://scricher.herokuapp.com/\n### Local\nClone repository and run it yourself.\nRemember to add config/keys.js file containing mongodb and jwt string!\n```bash\n$ git clone https://github.com/KonradLinkowski/Scricher\n$ cd Scricher\n$ npm install\n$ npm start\n```\n## Endpoints\n### POST /api/auth/signup\n#### Request\n```\nemail           _your_email_\npassword        _your_password_\n```\n### POST /api/auth/signin\n#### Request\n```\nemail           _your_email_\npassword        _your_password_\n```\n#### Response\nAccess token.\n### GET /api/posts/\n#### Response\nList of posts.\n### POST /api/posts/\n#### Request\n```\nmessage         _your_message_\n```\n### GET /api/posts/:id\n#### Response\nPost specified by id.\n### GET /api/comments/:id\n#### Response\nComments on the post.\n### POST /api/comments/:id\n#### Request\n```\nmessage         _your_message_\n```\n### GET /api/user/:id\n### Response\nPost created by user specified by id.\n## Dependencies\n* Node.js\n* express\n* async\n* bcryptjs\n* mongoose\n* jasmine\n* passport\n* passport-jwt","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkonradlinkowski%2Fscricher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkonradlinkowski%2Fscricher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkonradlinkowski%2Fscricher/lists"}