Skip to content

kandiheart/chat_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CHAT_APP

Chat App React Application This project was started with Create React App.

About the App

Chat App is an app that allows users to chat with each other in real time.

Technologies

This application was created using MERN stack (Mongo, Express, React, Node). In addition: Axios, ChakraUI, JSON Web Tokens, and Socket.IO were used.

Cloning and Running the Application in local

Clone the project into local

Install all the npm packages. Go into the project folder and type the following command to install all npm packages

npm install

In order to run the application Type the following command

npm start

The Application Runs on localhost:5000