🚀 Chatty - Live Demo
Chatty is an application where users can make new friends and chat with them real-time.
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.
Download serviceAccountKey.json file from Project Settings -> Service Account -> Firebase SDK Admin menu. The downloaded file should be placed in core folder.
Replace YOUR-STORAGE-ADDRESS in the firebase.js with your storage address.
> node server.js
> cd client
> npm start
Burak Yazan |
Berkay Şahin |