Web Development Project for PS I
A web messaging service with rooms that supports end-to-end encryption.
To run the application, make sure you have Node installed on your computer. You can download Node from here.
Go to the root directory of this project folder and run the following commands in your terminal:
npm install
and then node app
. The application is now running in your local computer and you can open it here.