A web-based chat app that includes a basic account management system.
Install NodeJS and git if you haven't already. Then run the following commands in your working directory:
git clone https://github.com/Charlieee1/nodeJS-anon-webchat.git
cd nodeJS-anon-webchat
npm install
To start the server, run start_server.bat
or start_server.sh
.