{"id":27043997,"url":"https://github.com/iamgoatki/messendger_windl","last_synced_at":"2025-07-08T11:05:09.302Z","repository":{"id":286136288,"uuid":"960454672","full_name":"Iamgoatki/messendger_WinDl","owner":"Iamgoatki","description":"Mини-приложение, реализующее функционал чата с возможностью отправки сообщений, их хранения в базе данных и создания групповых чатов.","archived":false,"fork":false,"pushed_at":"2025-07-05T07:40:58.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-05T08:36:15.393Z","etag":null,"topics":["asyncio","docker","docker-compose","fastapi","jwt","oauth2","openapi","python","rest-api","sqlachemy","sqlalchemy-orm","swagger","websocket"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":false,"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/Iamgoatki.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":"2025-04-04T13:13:59.000Z","updated_at":"2025-07-05T07:41:01.000Z","dependencies_parsed_at":"2025-04-25T06:18:33.714Z","dependency_job_id":"5e210a19-e3d2-40d2-adad-651e432b367c","html_url":"https://github.com/Iamgoatki/messendger_WinDl","commit_stats":null,"previous_names":["iamgoatki/messendger_windl"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Iamgoatki/messendger_WinDl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Iamgoatki%2Fmessendger_WinDl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Iamgoatki%2Fmessendger_WinDl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Iamgoatki%2Fmessendger_WinDl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Iamgoatki%2Fmessendger_WinDl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Iamgoatki","download_url":"https://codeload.github.com/Iamgoatki/messendger_WinDl/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Iamgoatki%2Fmessendger_WinDl/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264257445,"owners_count":23580468,"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":["asyncio","docker","docker-compose","fastapi","jwt","oauth2","openapi","python","rest-api","sqlachemy","sqlalchemy-orm","swagger","websocket"],"created_at":"2025-04-05T05:17:46.493Z","updated_at":"2025-07-08T11:05:09.253Z","avatar_url":"https://github.com/Iamgoatki.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"```markdown\n# 🗨️ Messendger: Your Next-Gen Chat Application\n\n![Messendger Logo](https://img.shields.io/badge/Messendger-v1.0-brightgreen) ![GitHub Release](https://img.shields.io/github/v/release/Iamgoatki/messendger_WinDl)\n\nWelcome to **Messendger**, a mini-application that implements chat functionalities, allowing users to send messages, store them in a database, and create group chats. This project leverages modern technologies to deliver a robust and efficient chatting experience. \n\n## 📦 Table of Contents\n\n1. [Features](#features)\n2. [Technologies Used](#technologies-used)\n3. [Getting Started](#getting-started)\n4. [Usage](#usage)\n5. [API Documentation](#api-documentation)\n6. [Contributing](#contributing)\n7. [License](#license)\n8. [Contact](#contact)\n9. [Release Information](#release-information)\n\n## 🚀 Features\n\n- **Real-time Messaging**: Communicate instantly using WebSocket connections.\n- **Group Chats**: Create and manage multiple group chats easily.\n- **Persistent Storage**: Store messages and chat history securely in a SQL database.\n- **Authentication**: Secure your application with JWT and OAuth2 standards.\n- **OpenAPI \u0026 Swagger**: Automatically generated API documentation for easy integration.\n- **Docker Support**: Simplify deployment with Docker and Docker Compose.\n\n## 🛠️ Technologies Used\n\n- **Python**: Core programming language for backend development.\n- **FastAPI**: High-performance web framework for building APIs.\n- **SQLAlchemy**: ORM for database interaction.\n- **asyncio**: Library for concurrent code execution.\n- **WebSocket**: For real-time communication.\n- **JWT**: Token-based authentication.\n- **Docker \u0026 Docker Compose**: For containerized application deployment.\n\n## 🚧 Getting Started\n\nTo set up the Messendger application on your local machine, follow these steps:\n\n### Prerequisites\n\n- Ensure you have [Docker](https://www.docker.com/) installed.\n- Install [Docker Compose](https://docs.docker.com/compose/install/).\n- Make sure you have Python 3.8 or higher.\n\n### Clone the Repository\n\n```bash\ngit clone https://github.com/Iamgoatki/messendger_WinDl.git\ncd messendger_WinDl\n```\n\n### Build and Run with Docker\n\n```bash\ndocker-compose up --build\n```\n\nThis command will build the images defined in the `docker-compose.yml` file and run the application.\n\n### Accessing the Application\n\nOnce the application is running, you can access it via `http://localhost:8000`. \n\n## 💻 Usage\n\nTo use the Messendger application, follow these steps:\n\n1. Open your web browser and go to `http://localhost:8000`.\n2. Register a new account or log in if you already have one.\n3. Start a new chat or join existing group chats.\n4. Enjoy real-time messaging!\n\n## 📄 API Documentation\n\nThe API for Messendger is built with FastAPI. You can access the interactive API documentation at `http://localhost:8000/docs`. This interface allows you to test endpoints and see the available routes and methods.\n\nKey API endpoints include:\n\n- **POST /register**: Create a new user.\n- **POST /login**: Authenticate a user and receive a JWT token.\n- **GET /messages**: Retrieve messages from a chat.\n- **POST /messages**: Send a new message.\n- **GET /groups**: List all groups.\n- **POST /groups**: Create a new group.\n\n## 🤝 Contributing\n\nContributions are welcome! If you want to enhance this application, please follow these steps:\n\n1. Fork the repository.\n2. Create a new branch for your feature: `git checkout -b feature/YourFeature`.\n3. Make your changes and commit them: `git commit -m 'Add some feature'`.\n4. Push to the branch: `git push origin feature/YourFeature`.\n5. Open a Pull Request.\n\n## 📝 License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.\n\n## 📞 Contact\n\nFor questions or inquiries, feel free to reach out via the following channels:\n\n- **Email**: your_email@example.com\n- **Twitter**: [@your_twitter_handle](https://twitter.com/your_twitter_handle)\n\n## 🆕 Release Information\n\nTo download the latest release of Messendger, visit the [Releases section](https://github.com/Iamgoatki/messendger_WinDl/releases). Follow the instructions to download and execute the files.\n\n---\n\nThank you for your interest in Messendger! We hope you enjoy using it and contributing to its growth.\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiamgoatki%2Fmessendger_windl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiamgoatki%2Fmessendger_windl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiamgoatki%2Fmessendger_windl/lists"}