{"id":20925017,"url":"https://github.com/akifzdemir/networking-platform-microservice","last_synced_at":"2026-05-16T11:03:51.085Z","repository":{"id":205974392,"uuid":"715306502","full_name":"akifzdemir/networking-platform-microservice","owner":"akifzdemir","description":"This project features a microservices architecture orchestrated using Docker. Service-to-service communication is handled using Feign Client.","archived":false,"fork":false,"pushed_at":"2024-06-25T09:27:57.000Z","size":322,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-19T15:40:31.908Z","etag":null,"topics":["feign-client","java","microservice","spring-boot"],"latest_commit_sha":null,"homepage":"","language":"Java","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/akifzdemir.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":"2023-11-06T21:59:00.000Z","updated_at":"2024-12-23T00:26:46.000Z","dependencies_parsed_at":"2024-01-05T09:26:38.188Z","dependency_job_id":"13e44130-33b4-4711-9107-b558ce7b9433","html_url":"https://github.com/akifzdemir/networking-platform-microservice","commit_stats":null,"previous_names":["akifz21/networking-platform-microservice","akifzdemir/networking-platform-microservice"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/akifzdemir/networking-platform-microservice","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akifzdemir%2Fnetworking-platform-microservice","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akifzdemir%2Fnetworking-platform-microservice/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akifzdemir%2Fnetworking-platform-microservice/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akifzdemir%2Fnetworking-platform-microservice/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/akifzdemir","download_url":"https://codeload.github.com/akifzdemir/networking-platform-microservice/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akifzdemir%2Fnetworking-platform-microservice/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33100319,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T04:41:52.686Z","status":"ssl_error","status_checked_at":"2026-05-16T04:41:52.009Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["feign-client","java","microservice","spring-boot"],"created_at":"2024-11-18T20:28:44.509Z","updated_at":"2026-05-16T11:03:51.055Z","avatar_url":"https://github.com/akifzdemir.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Networking Project - Microservices Architecture\n\nThis project features a microservices architecture orchestrated using Docker. Each microservice performs different functions and uses PostgreSQL and MongoDB databases. Additionally, service-to-service communication is handled using Feign Client. The user interface interacts with the microservices through the API Gateway.\n\n## Table of Contents\n\n- [Overview](#overview)\n- [Architecture Components](#architecture-components)\n- [Setup](#setup)\n- [Architecture Diagram](#architecture-diagram)\n- [Usage](#usage)\n\n## Overview\n\nThis project includes several microservices that perform different functions:\n- User Service: Manages user operations.\n- Job Service: Manages job listings and applications.\n- Company Service: Manages company information.\n- Message Service: Manages messaging operations with web socket.\n- Post Service: Manages posts, comments and likes.\n- AI Service: Performs artificial intelligence-related tasks.\n- API Gateway: The main entry point through which all requests are routed.\n- Config Server: Manages the configurations of other microservices.\n- Discovery Server: Enables microservices to discover each other.\n- User Interface: The frontend user interface.\n\n## Architecture Components\n\n### Services\n- **User Service**: Uses PostgreSQL and communicates with Job Service, Company Service, and Post Service via Feign Client.\n- **Job Service**: Uses PostgreSQL and communicates with User Service via Feign Client.\n- **Company Service**: Uses PostgreSQL and communicates with User Service via Feign Client.\n- **Message Service**: Uses MongoDB and Web socket.\n- **Post Service**: Uses PostgreSQL and communicates with User Service via Feign Client.\n- **AI Service**: Uses Fast API and Sklearn.\n- **API Gateway**: Routes all requests to the appropriate microservice.\n- **Config Server**: Manages the configurations of other microservices.\n- **Discovery Server**: Enables microservices to discover each other.\n- **User Interface**: The frontend user interface, interacts with microservices through the API Gateway.\n\n### Databases\n- **PostgreSQL**: Used for User Service, Job Service, Company Service, Post Service, and AI Service.\n- **MongoDB**: Used for Message Service.\n\n## Setup\n\nFollow these steps to set up the project locally.\n\n### Prerequisites\n\n- Docker\n- Docker Compose\n\n### Steps\n\n1. Clone this repository:\n   ```sh\n   git clone https://github.com/akifzdemir/networking-platform-microservice.git\n\n2. Change to the project directory:\n   ```sh\n   cd microservices-architecture-project\n\n3. Build the Docker images:\n   ```sh\n   docker-compose build\n\n4. Start the Docker containers:\n   ```sh\n    docker-compose up\n\n## Architecture Diagram\n\nBelow is the architecture diagram of the microservices:\n\n![Microservices Architecture Diagram](/diagram.png)\n\n## Usage\nOnce the application is running, you can access the user interface through your web browser.\nThe API Gateway will route all requests to the respective microservices.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakifzdemir%2Fnetworking-platform-microservice","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakifzdemir%2Fnetworking-platform-microservice","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakifzdemir%2Fnetworking-platform-microservice/lists"}