This is a chat app to pratice some JavaScript and SocketIO.
Follow the steps below to install and run the project.
- npm
npm install npm@latest -g
- Clone the repo (or Download ZIP).
git@github.com:alceuramos/socketio-chat.git
- Enter the repo folder and rename/edit .env file.
mv .env.example .env
- Install the dependencies.
npm install
If you did not change the .env content, the Chat App should be available at http://localhost:3000.
nodemon run
- Login authentication
- Tests