{"id":19943679,"url":"https://github.com/vempr/rt-chat","last_synced_at":"2026-04-02T03:03:33.238Z","repository":{"id":243400368,"uuid":"812206348","full_name":"vempr/rt-chat","owner":"vempr","description":"Full-Stack CRUD Blog App with Authentication","archived":false,"fork":false,"pushed_at":"2024-06-13T17:22:15.000Z","size":2412,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-01T13:28:45.542Z","etag":null,"topics":["express","mongodb","mongoose","nodejs","passportjs","react","react-hook-form","react-router","redux-toolkit","tailwindcss","zod"],"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/vempr.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":"2024-06-08T08:33:23.000Z","updated_at":"2024-08-12T15:58:12.000Z","dependencies_parsed_at":"2024-06-11T19:48:49.085Z","dependency_job_id":null,"html_url":"https://github.com/vempr/rt-chat","commit_stats":null,"previous_names":["vempr/rt-chat"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vempr/rt-chat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vempr%2Frt-chat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vempr%2Frt-chat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vempr%2Frt-chat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vempr%2Frt-chat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vempr","download_url":"https://codeload.github.com/vempr/rt-chat/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vempr%2Frt-chat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31294828,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T01:43:37.129Z","status":"online","status_checked_at":"2026-04-02T02:00:08.535Z","response_time":89,"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":["express","mongodb","mongoose","nodejs","passportjs","react","react-hook-form","react-router","redux-toolkit","tailwindcss","zod"],"created_at":"2024-11-13T00:17:39.374Z","updated_at":"2026-04-02T03:03:33.215Z","avatar_url":"https://github.com/vempr.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rt-chat\n\nrt-chat is a full-stack application built for real-time blogging and user management. It features a React frontend coupled with a Node.js/Express backend, utilizing MongoDB (Mongoose) for data storage. Authentication is handled using Passport.js with local strategy. This project is what I decided to take on, after learning some backend basics with [Anson the Dev's Course on Express.js](https://www.youtube.com/watch?v=nH9E25nkk3I).\n\n## Installation\n1. Clone the repository:\n```\ngit clone https://github.com/vempr/rt-chat\ncd rt-chat\n```\n2. Install dependencies:\n```\nnpm install\n```\n3. Create a MongoDB project with a free shared M0 cluster and create a database called `rt-chat`\n\n4. Create .env file in root folder of app (...../rt-chat):\n```\nMONGODB_URI=mongodb+srv://\u003cusername\u003e:\u003cpassword\u003e@\u003cproject-name\u003e.bdatxt6.mongodb.net/rt-chat?retryWrites=true\u0026w=majority\u0026appName=\u003cproject-name\u003e\nSECRET=\u003cyour-secret\u003e\n```\n5. Run `npm run dev`\n\n6. Have fun!\n\n## Screenshots\n\n### Home Page\n![](https://github.com/vempr/rt-chat/blob/main/screenshots/home-page-empty.png)\n![](https://github.com/vempr/rt-chat/blob/main/screenshots/home-page.png)\n\n### Create Blog Page\n![](https://github.com/vempr/rt-chat/blob/main/screenshots/create-page.png)\n\n### Blog Page\n![](https://github.com/vempr/rt-chat/blob/main/screenshots/blog-page.png)\n\n### Sign In/Sign Up Page\n![](https://github.com/vempr/rt-chat/blob/main/screenshots/signin-page.png)\n![](https://github.com/vempr/rt-chat/blob/main/screenshots/signin-page-failed.png)\n![](https://github.com/vempr/rt-chat/blob/main/screenshots/signup-page.png)\n![](https://github.com/vempr/rt-chat/blob/main/screenshots/signup-page-error.png)\n\n### Account Details Page\n![](https://github.com/vempr/rt-chat/blob/main/screenshots/accountdetails-page.png)\n![](https://github.com/vempr/rt-chat/blob/main/screenshots/accountdetails-page-model.png)\n\n## Dependencies\n- Frontend: React, React Router, Redux Toolkit, Tailwind CSS\n- Backend: Express, MongoDB, Mongoose, Passport.js\n- Development: TypeScript, ESLint, Prettier, Vite, ThunderClient\n\n## License\nThis project is licensed under the [MIT License](https://opensource.org/license/mit). Feel free to use, modify, and distribute the code according to the terms of the license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvempr%2Frt-chat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvempr%2Frt-chat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvempr%2Frt-chat/lists"}