Skip to content

Categories and Phones Management System with GraphQL Subscriptions

Notifications You must be signed in to change notification settings

dilshodbek-nodejs/graphQL-subscription

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Categories and Phones Management System with GraphQL Subscriptions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published