Skip to content

mateusflorez/node-react-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 

Repository files navigation

💬 Node React Chat App

Status: Complete ✔️

Functionalities:

  • Send and recieve messages
  • Set profile picture
  • User sign up and login

Instalation instructions:

This project is configured to run in the Docker environment, if you prefer to run without Docker, it's necessary to configure the database manually.

  1. Clone the project;
  2. Intall Node and React dependencies;
  3. On server directory:
    • Run docker-compose up --build
    • Run npm run dev
  4. On web directory:
    • Run npm start
  5. Access the system using the following URL: http://localhost:5173/
    • server: http://localhost:3333