Skip to content

Latest commit

 

History

History
56 lines (41 loc) · 1.11 KB

README.md

File metadata and controls

56 lines (41 loc) · 1.11 KB

Actions Status Actions Status

Deployed on Render

Description

Chat is application that allows users to communicate with each other. It is built with React. For testing you can use test account:

username: admin, password: admin

Features

  • Registration user
  • Login user
  • Sending messages
  • Receiving real-time messages from other users
  • Creating new channels
  • Renaming channels
  • Deleting channels

Installation

Clone repository

git clone https://github.com/Developer2220/frontend-project-12.git

Install dependencies

make install

Run server

make start

Run frontend

make start-frontend

Or you can run both in dev-mode

make develop

Build project

make build