CoCode is a real-time collaborative code editor with separate backend and frontend apps. It supports shared rooms, live code updates, messaging, file handling, and authentication.
backend/contains the API, database models, routes, and Socket.IO server.frontend/contains the React client and editor UI.
The project is designed for multi-user coding sessions where changes sync in real time across everyone in the room.