Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 960 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 960 Bytes

Categories and Phones Management System with GraphQL Subscriptions and Socket.IO

Overview

This project implements a real-time management system for categories and phones using GraphQL Subscriptions and Socket.IO. The system allows for CRUD operations on categories and phones with real-time notifications for create and update events.

Key Features:

  • GraphQL for querying, mutating, and subscribing to real-time updates.
  • Subscriptions for real-time updates when categories or phones are created/updated.
  • Socket.IO for broadcasting real-time events to connected clients.
  • MongoDB for database interactions.

Technologies Used

  • Node.js
  • Express.js
  • Apollo Server
  • GraphQL Subscriptions
  • Socket.IO
  • MongoDB

Getting Started

Installation

  1. Clone the repository:
    git clone https://github.com/your-username/graphQL-subscription.git
    cd graphQL-subscription