martin-markovic / learn-connect

Multi-feature platform designed to enhance the online learning experience.
MIT License
0 stars 0 forks source link

Socket.io integration #13

Closed martin-markovic closed 2 months ago

martin-markovic commented 2 months ago

Summary

This pull request sets up the foundational structure for the project by installing necessary packages and integrating key functionalities. It includes the installation of React, Socket.io-client, and React Router DOM, as well as the setup of an Express server to serve static files and handle WebSocket connections. Additionally, it integrates routing and a dashboard template component on the frontend, and updates server tests to match changes.

Changes

Installation

Server Configuration

Frontend Configuration

Testing

Testing

Additional Information