/ChatApp

Primary LanguageJavaScriptMIT LicenseMIT

Project logo

Chat App

Status License

Project

Chat App

📝 Table of Contents

🧐 About

Chat app

🏁 Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

After download project run this command at /client and /server directory.

npm install

You should have MongoDB.

Note your Connection URI

Add .env file at root directory of project

Type and save inside .env file

MONGODB_URI = "YOUR MongoDB URI"

Installing

Open terminal at /server directory run:

npm start

Open another terminal at /client directory and run:

npm start

Browser will open project automaticly.

🎈 Usage

Just learning for learning.

⛏️ Built Using

✍️ Authors