{"id":25242967,"url":"https://github.com/itsagurin/messenger-web","last_synced_at":"2026-05-05T00:32:19.447Z","repository":{"id":276792645,"uuid":"884934044","full_name":"itsagurin/messenger-web","owner":"itsagurin","description":"Backend-focused messenger web application with paid subscriptions","archived":false,"fork":false,"pushed_at":"2025-03-16T12:57:02.000Z","size":5349,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-05T18:32:23.528Z","etag":null,"topics":["directus","docker","nestjs","prisma-orm","reactjs","stripe-payments","turborepo","websocket"],"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/itsagurin.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":"2024-11-07T16:42:43.000Z","updated_at":"2025-03-16T12:57:05.000Z","dependencies_parsed_at":"2025-03-14T20:21:26.833Z","dependency_job_id":"19a6c2fc-6768-434e-bf14-1b898053791c","html_url":"https://github.com/itsagurin/messenger-web","commit_stats":null,"previous_names":["itsagurin/messenger-web"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/itsagurin/messenger-web","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsagurin%2Fmessenger-web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsagurin%2Fmessenger-web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsagurin%2Fmessenger-web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsagurin%2Fmessenger-web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/itsagurin","download_url":"https://codeload.github.com/itsagurin/messenger-web/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsagurin%2Fmessenger-web/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263784827,"owners_count":23510981,"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":["directus","docker","nestjs","prisma-orm","reactjs","stripe-payments","turborepo","websocket"],"created_at":"2025-02-12T00:15:20.193Z","updated_at":"2026-05-05T00:32:19.404Z","avatar_url":"https://github.com/itsagurin.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Full-stack Chat Application with Subscriptions\n\nThis project is a full-stack application featuring user authentication, real-time chat functionality, and subscription management. It uses Docker Compose to manage multiple services including a Nest.js backend, React frontend, and Directus admin panel.\n\n## 🚀 Features\n\n- User authentication (registration and login)\n- Real-time chat between users using WebSocket\n- Subscription management with Stripe integration\n- Admin panel for moderators (Directus)\n- Docker containerization for easy deployment\n- TypeScript support throughout the application\n\n## 🛠 Tech Stack\n\n### Backend\n- Nest.js\n- PostgreSQL\n- WebSocket\n- Stripe API\n- TypeScript\n\n### Frontend\n- React.js\n- TypeScript\n\n### Infrastructure\n- Docker \u0026 Docker Compose\n- Directus (Admin Panel)\n- Turborepo **(IMPORTANT: only for local development, NOT related to Docker | doesn't run Directus, only front + back!)**\n\n## 📋 Prerequisites\n\nBefore you begin, ensure you have the following installed:\n- Docker and Docker Compose\n- Node.js (v18 or later)\n- Git\n\n## 🔑 Environment Variables\n\n### To use Docker:\n\nCreate a `.env` file in the root directory using `.env.example`\n\n### To use Turborepo:\n\nCreate a `.env.local` file in the backend and frontend directory using `.env.local.example`\n**IMPORTANT: If you run the project locally via Turborepo, the stripe listener must be started separately with the command:**\n```bash\nstripe listen --api-key STRIPE_SECRET_KEY --forward-to localhost:4000/payment/webhook\n```\n\n## 🚀 Getting Started\n   \n1. Clone the repository:\n```bash\ngit clone \u003crepository-url\u003e\ncd \u003cproject-directory\u003e\n```\n\n2. If you want the database to be automatically populated with fixtures, then in `.env` select\n```bash\nSEED_DATABASE=true\n```\n\n3. Start the services using Docker Compose:\n```bash\ndocker compose up --build\n```\n\nThis will start all services:\n- Frontend: http://localhost:5173\n- Backend API: http://localhost:4000\n- Directus Admin: http://localhost:8055\n- PostgreSQL: http://localhost:5432\n\n## 📚 Additional Resources\n\nFor those new to React/Nest.js:\n- [React Documentation](https://reactjs.org/docs/getting-started.html)\n- [Next.js Documentation](https://docs.nestjs.com/)\n\n## 🤝 Contributing\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n## 📝 License\n\nThis project is licensed under the MIT License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitsagurin%2Fmessenger-web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitsagurin%2Fmessenger-web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitsagurin%2Fmessenger-web/lists"}