{"id":18989376,"url":"https://github.com/vitorferronato/chat-app","last_synced_at":"2026-04-10T02:36:24.989Z","repository":{"id":245322971,"uuid":"817900357","full_name":"VitorFerronato/chat-app","owner":"VitorFerronato","description":"A real time chat app!","archived":false,"fork":false,"pushed_at":"2024-07-09T18:45:44.000Z","size":204,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-15T03:11:46.519Z","etag":null,"topics":["bycrypt","express","mongodb","nodejs","react","socket-io","tailwindcss"],"latest_commit_sha":null,"homepage":"","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/VitorFerronato.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-20T17:13:07.000Z","updated_at":"2024-07-11T17:55:03.000Z","dependencies_parsed_at":"2024-07-09T23:22:00.847Z","dependency_job_id":null,"html_url":"https://github.com/VitorFerronato/chat-app","commit_stats":null,"previous_names":["vitorferronato/chat-app"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VitorFerronato%2Fchat-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VitorFerronato%2Fchat-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VitorFerronato%2Fchat-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VitorFerronato%2Fchat-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VitorFerronato","download_url":"https://codeload.github.com/VitorFerronato/chat-app/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240002130,"owners_count":19732164,"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":["bycrypt","express","mongodb","nodejs","react","socket-io","tailwindcss"],"created_at":"2024-11-08T17:06:23.796Z","updated_at":"2025-11-11T02:05:17.988Z","avatar_url":"https://github.com/VitorFerronato.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CHAT APP\n\n\u003cdiv style=\"display:flex\"\u003e\n\u003cimg align=\"center\" alt=\"vuejs\" src=\"https://img.shields.io/badge/React-20232A?style=for-the-badge\u0026logo=react\u0026logoColor=61DAFB\" /\u003e\n\u003cimg align=\"center\" alt=\"vuejs\" src=\"https://img.shields.io/badge/Bootstrap-563D7C?style=for-the-badge\u0026logo=bootstrap\u0026logoColor=white\" /\u003e\n\u003cimg align=\"center\" alt=\"vuejs\" src=\"https://img.shields.io/badge/Node%20js-339933?style=for-the-badge\u0026logo=nodedotjs\u0026logoColor=white\" /\u003e\n\u003cimg align=\"center\" alt=\"vuejs\" src=\"https://img.shields.io/badge/MongoDB-4EA94B?style=for-the-badge\u0026logo=mongodb\u0026logoColor=white\" /\u003e\n\u003cimg align=\"center\" alt=\"vuejs\" src=\"https://img.shields.io/badge/Socket.io-010101?\u0026style=for-the-badge\u0026logo=Socket.io\u0026logoColor=white\" /\u003e\n\u003c/div\u003e\n\n\n\n## 💻 The Project\nThis is a real-time chat application where two users can communicate through messages, register new users, log in, see other users online, and start a conversation.\n\u003c/br\u003e\n![image](https://github.com/VitorFerronato/chat-app/assets/94748997/9535a290-55f0-450a-85f5-9c10eb4f4105)\n\n## Features\n\n- User registration\n- User login\n- View other users online\n- Real-time communication between two users\n- User-friendly interface with React Bootstrap\n\n## 🚀 Technologies Used\n\n### Frontend\n\n- **React**: JavaScript library for building user interfaces.\n- **React Bootstrap**: Responsive design framework for React.\n\n### Backend\n\n- **Node.js**: JavaScript runtime environment for server-side development.\n- **Express**: Web framework for Node.js.\n- **Bcrypt**: Library for password hashing.\n- **MongoDB**: NoSQL database.\n- **Socket.IO**: Library for real-time communication.\n\n## Installation\nCreate a .env file in the root of the project and add these configurations:\n```bash\nATLAS_URI = mongodb+srv://vitorferronato:*Vue481516@cluster0.jioxnim.mongodb.net/chat-app?retryWrites=true\u0026w=majority\u0026appName=Cluster0\nJWT_SECRET_KEY = supersecretkey481516\n```\n\nFRONT\n```bash\ncd client\nnpm install\nnpm run dev\n```\n\nBACK\n```bash\ncd server\nnpm install\nnodemon\n```\n\nSOCKET\n```bash\ncd socket\nnpm install\nnodemon\n```\n\n## Contribution\n- Fork the project.\n- Create a new branch (git checkout -b feature/your-feature-name).\n- Commit your changes (git commit -m 'Add new feature').\n- Push to the branch (git push origin feature/your-feature-name).\n- Open a Pull Request.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvitorferronato%2Fchat-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvitorferronato%2Fchat-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvitorferronato%2Fchat-app/lists"}