Skip to content

tonrugeria/CHAT-APP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CHAT-APP

Clone the project

  git clone https://github.com/tonrugeria/CHAT-APP.git

Go to the project directory

  cd CHAT-APP

Install dependencies

  npm install
  cd frontend/
  npm install

Create .env file

  PORT = 5000

  MONGO_URI = <Your Own MongoURI>

  JWT_SECRET = ton

Start the server

  npm start

Start the Client

  cd frontend
  npm start

MongoDB

Go to "MongoDB" and Signin

  1. Create cluster
  2. In the database tab press connect and choose "connect your application"
  3. There you will see your <MONGO_URI> something like this:
  mongodb+srv://chatApp:<password>@cluster0.ry62atz.mongodb.net/?retryWrites=true&w=majority

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published