Skip to content

alexbernardi360/net-rooms

Repository files navigation

net-rooms

https://net-rooms.herokuapp.com/

Real-time anonymous web chat on rooms.


Exam project for the course RETI DI CALCOLATORI of the University of Urbino Carlo Bo.

Developed by Alessandro Bernardi, serial number: 284968.


Local installation

1- Clone the repository locally

git clone https://github.com/alexbernardi360/net-rooms.git

2- Enter in the main foulder

cd net-rooms

3- Install the dependencies

npm install

4- Run the project

npm run start