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.
- 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.
- Node.js
- Express.js
- Apollo Server
- GraphQL Subscriptions
- Socket.IO
- MongoDB
- Clone the repository:
git clone https://github.com/your-username/graphQL-subscription.git cd graphQL-subscription