Skip to content

Latest commit

 

History

26 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Setup Instructions

Prerequisites:

Node.js and npm installed.

MongoDB installed or access to a MongoDB cloud instance.

Git installed.

Steps to Run Locally:

1 Clone the Repository

  git clone https://github.com/Nishant0121/N.Chat
  cd N.Chat

Set Up Environment Variables Create a .env file in the backend directory with the following:

  MONGO_URI=<your-mongodb-uri>
  JWT_SECRET=<your-jwt-secret>
  PORT=5000

Install Backend Dependencies

  cd backend
  npm install

Run the Backend Server

  npm start

Install Frontend Dependencies

  cd frontend
  npm install

Run the Frontend Application

  npm start

Access the Application Open http://localhost:3000 in your browser.

Hosted URL

On Vercel

:: https://n-chat-sable.vercel.app (It Can take time to render the data)

About

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages