/chatty

Chatty is an application where users can make new friends and chat with them real-time.

Primary LanguageJavaScript

🚀 Chatty - Live Demo

Chatty is an application where users can make new friends and chat with them real-time.

chatty

⚙️ Install

Clone the project to your computer.

git clone https://github.com/burakyzn/chatty.git

Install required packages from npm

npm install
cd client
npm install

Go to your firebase setting page and copy firebaseConfig from Config section. Create a file named serviceAccountKey.js and paste this copied code into it. The file should be placed in client>src>core.

image

Download serviceAccountKey.json file from Project Settings -> Service Account -> Firebase SDK Admin menu. The downloaded file should be placed in core folder.

image

Replace YOUR-STORAGE-ADDRESS in the firebase.js with your storage address.

image

💻 Run

Server

> node server.js

Client

> cd client
> npm start

🎯 Contributors


Burak Yazan


Berkay Şahin