{"id":27917995,"url":"https://github.com/arjun-ms/messaging-platform-backend-api-using-go","last_synced_at":"2025-08-10T08:14:12.474Z","repository":{"id":284914061,"uuid":"949514301","full_name":"arjun-ms/Messaging-Platform-Backend-API-Using-Go","owner":"arjun-ms","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-17T14:54:52.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-29T16:36:43.101Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/arjun-ms.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-03-16T16:23:28.000Z","updated_at":"2025-03-24T08:34:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"1526c9ae-04b4-4338-92c2-11e0a9c1ce8b","html_url":"https://github.com/arjun-ms/Messaging-Platform-Backend-API-Using-Go","commit_stats":null,"previous_names":["arjun-ms/messaging-platform-backend-api-using-go"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/arjun-ms/Messaging-Platform-Backend-API-Using-Go","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arjun-ms%2FMessaging-Platform-Backend-API-Using-Go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arjun-ms%2FMessaging-Platform-Backend-API-Using-Go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arjun-ms%2FMessaging-Platform-Backend-API-Using-Go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arjun-ms%2FMessaging-Platform-Backend-API-Using-Go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arjun-ms","download_url":"https://codeload.github.com/arjun-ms/Messaging-Platform-Backend-API-Using-Go/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arjun-ms%2FMessaging-Platform-Backend-API-Using-Go/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269693593,"owners_count":24460248,"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","status":"online","status_checked_at":"2025-08-10T02:00:08.965Z","response_time":71,"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":[],"created_at":"2025-05-06T18:06:09.967Z","updated_at":"2025-08-10T08:14:12.466Z","avatar_url":"https://github.com/arjun-ms.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Messaging Platform Backend API Using Go\n\nWelcome to the **Messaging Platform Backend API** project! This backend service facilitates real-time messaging capabilities, built using the Go programming language.\n\n## Table of Contents\n\n- [Demo](#demo)\n- [Features](#features)\n- [Getting Started](#getting-started)\n  - [Prerequisites](#prerequisites)\n  - [Installation](#installation)\n  - [Configuration](#configuration)\n- [Usage](#usage)\n- [API Documentation](#api-documentation)\n\n## Demo\n\n[Watch the Demo](https://www.loom.com/embed/aa24d1f6a65d4c01ba9b8c37bc79cd1b?sid=cd8af047-168d-4a18-8a99-67cb45d852a1)\n\n\n## Features\n\n- **Real-time Messaging**: Supports instant message delivery between users.\n- **Message Persistence**: Stores message history for retrieval.\n\n## Getting Started\n\nFollow these instructions to set up and run the project on your local machine.\n\n### Prerequisites\n\n- **Go**: Ensure you have Go installed. You can download it from the [official website](https://golang.org/dl/).\n- **PostgreSQL**: This project uses PostgreSQL as the primary database. Install it from [here](https://www.postgresql.org/download/).\n- **Redis**: Used for caching and real-time message brokering. Installation instructions are available [here](https://redis.io/download).\n\n### Installation\n\n1. **Clone the Repository**:\n\n   ```bash\n   git clone https://github.com/arjun-ms/Messaging-Platform-Backend-API-Using-Go.git\n   cd Messaging-Platform-Backend-API-Using-Go\n   ```\n\n2. **Install Dependencies**:\n\n   Ensure all Go dependencies are installed by running:\n\n   ```bash\n   go mod tidy\n   ```\n\n3. **Set Up the Database**:\n\n   - Create a PostgreSQL database named `messaging_platform`.\n   - Create a table called `Message`\n     | Field | Type | Description |\n     |-------|------|-------------|\n     | message_id | string | Unique ID for the message |\n     | sender_id | string | ID of the sender |\n     | receiver_id | string | ID of the receiver |\n     | content | string | Message content |\n     | timestamp | string | Message timestamp (RFC3339) |\n     | read | boolean | Message read status |\n     | status | string | Message status (sent, delivered, read) |\n\n## Usage\n\nTo start the server, execute:\n\n```bash\ngo run main.go\n```\n\nThe API will be accessible at `http://localhost:8080`.\n\n## API Documentation\n\nFor detailed API endpoints and request/response formats, refer to the [DOCUMENTATION.md](DOCUMENTATION.md) file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farjun-ms%2Fmessaging-platform-backend-api-using-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farjun-ms%2Fmessaging-platform-backend-api-using-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farjun-ms%2Fmessaging-platform-backend-api-using-go/lists"}