Skip to content

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

Notifications You must be signed in to change notification settings

burakyzn/chatty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

756102f · Nov 13, 2022
Aug 21, 2022
Aug 16, 2022
Aug 21, 2022
Aug 16, 2022
Aug 16, 2022
Aug 16, 2022
Aug 16, 2022
May 14, 2021
Nov 13, 2022
Aug 21, 2022
Aug 21, 2022
Aug 15, 2022

Repository files navigation

🚀 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