{"id":24576185,"url":"https://github.com/kaan35/crypto-live-order-tracker-api","last_synced_at":"2026-04-08T22:31:34.657Z","repository":{"id":270446408,"uuid":"910293439","full_name":"kaan35/crypto-live-order-tracker-api","owner":"kaan35","description":"A real-time cryptocurrency trading platform that provides live order book data and trading capabilities across multiple crypto pairs.","archived":false,"fork":false,"pushed_at":"2025-01-17T14:14:38.000Z","size":46,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-17T12:47:06.270Z","etag":null,"topics":["docker","docker-compose","expressjs","mongodb","socket","socket-io"],"latest_commit_sha":null,"homepage":"http://34.136.249.220:3001/trade/btc-usdt","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/kaan35.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-12-30T22:48:05.000Z","updated_at":"2025-01-17T14:34:12.000Z","dependencies_parsed_at":"2024-12-31T08:25:51.098Z","dependency_job_id":"fe9a3d97-94cc-4e3a-93a4-bed751d2924a","html_url":"https://github.com/kaan35/crypto-live-order-tracker-api","commit_stats":null,"previous_names":["kaan35/crypto-live-order-tracker-api"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kaan35/crypto-live-order-tracker-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaan35%2Fcrypto-live-order-tracker-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaan35%2Fcrypto-live-order-tracker-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaan35%2Fcrypto-live-order-tracker-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaan35%2Fcrypto-live-order-tracker-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kaan35","download_url":"https://codeload.github.com/kaan35/crypto-live-order-tracker-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaan35%2Fcrypto-live-order-tracker-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31577444,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"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":["docker","docker-compose","expressjs","mongodb","socket","socket-io"],"created_at":"2025-01-23T22:22:01.709Z","updated_at":"2026-04-08T22:31:34.652Z","avatar_url":"https://github.com/kaan35.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Crypto Live Order Tracker\n\nA real-time cryptocurrency trading platform that provides live order book data and trading capabilities across multiple crypto pairs.\n\n## 🌟 Overview\n\nThis project consists of two main components:\n\n- [Client Application](https://github.com/kaan35/crypto-live-order-tracker-client) - Next.js React-based frontend\n- [API Server](https://github.com/kaan35/crypto-live-order-tracker-api) - Express.js backend\n- [Web Structure](https://github.com/kaan35/crypto-live-order-tracker-web) - Docker compose and .env config\n\n## ⭐ Key Features\n\n### Real-time Order Book\n\n- Live buy/sell order listings with price and quantity\n- Real-time trade order tracking\n\n### WebSocket Integration\n\n- Socket.io implementation for real-time updates\n- Instant order book synchronization\n- Live in-app trade notifications notifications about executed trades for subscribed pairs (price, quantity, timestamp).\n- Custom pair subscription system\n\n### Trading Features\n\n- Multiple trading pair support like BTC-USDT\n- Order actions (buy/sell)\n- Trade history tracking\n- Real-time order and trade updates\n\n### Technical Features\n\n- Redis caching for optimized database queries\n- Responsive design\n- Containerized deployment with Docker\n- Scalable architecture\n\n## 🛠️ Technology Stack\n\n### Frontend\n\n- **Framework**: React.js with Next.js\n- **Language**: TypeScript\n- **State Management**: Redux Toolkit\n- **Styling**: Tailwind CSS\n- **WebSocket**: Socket.io\n\n### Backend\n\n- **Framework**: Express.js\n- **Language**: Javascript\n- **Database**: MongoDB\n- **Caching**: Redis\n- **WebSocket**: Socket.io\n\n### DevOps \u0026 Tools\n\n- **Code Quality**: ESLint, Prettier\n- **Containerization**: Docker \u0026 Docker Compose\n- **Version Control**: Git\n\n## 🏗️ Installation\n\n### Prerequisites\n\n- Docker and Docker Compose\n- Git\n- Node.js\n\n### Local Development\n\n- 1. Clone the repository:\n\n     `git clone https://github.com/kaan35/crypto-live-order-tracker-api.git \u0026\u0026 cd crypto-live-order-tracker-api`\n\n- 2. Install dependencies:\n\n     `npm install`\n\n- 3. Copy the config and database file and configure:\n\n     `cp config.sample.js config.js`\n     `cp db.sample.js db.js`\n\n- 4. Start the development server:\n\n     `npm run start:dev`\n\n- 5. Build and run using Docker Compose:\n\n     `docker-compose up -d`\n\nThe application will be available at [http://localhost:3000](http://localhost:3000)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaan35%2Fcrypto-live-order-tracker-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkaan35%2Fcrypto-live-order-tracker-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaan35%2Fcrypto-live-order-tracker-api/lists"}