Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 649 Bytes

README.md

File metadata and controls

50 lines (32 loc) · 649 Bytes

⚡ Chatback

A real-time chat application that allows users to create rooms and communicate with each other.

👉 Live Demo

https://chatback-neon.vercel.app

  username : test@test.com
  password : test

👉 Installation

Clone the project.

  git clone https://github.com/barisertakus/chatback.git
  git clone https://github.com/barisertakus/chatback-backend

👉 Backend

Download required npm packages.

  npm install

🚀 Run

  npm start

👉 Frontend

Download required npm packages.

  npm install

🚀 Run

  npm run dev