alceuramos / socketio-chat

Home Page:https://caja-chat.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

socketio-chat

This is a chat app to pratice some JavaScript and SocketIO.

Install and run

Follow the steps below to install and run the project.

Prerequisites

  • npm
npm install npm@latest -g

Installation

  1. Clone the repo (or Download ZIP).
git@github.com:alceuramos/socketio-chat.git
  1. Enter the repo folder and rename/edit .env file.
mv .env.example .env
  1. Install the dependencies.
npm install 

Run

If you did not change the .env content, the Chat App should be available at http://localhost:3000.

nodemon run

To do

  • Login authentication
  • Tests

About

https://caja-chat.herokuapp.com/


Languages

Language:JavaScript 66.1%Language:CSS 22.5%Language:HTML 11.2%Language:Shell 0.2%