Chat for messaging between users in channels like a telegram, vk or Slack.
- Create new channels
- Edit names of created channels
- Deleting created channels
- Sending messages and receive instant messages
This project was bootstrapped with Create Vite
To get running locally:
Clone this repository
npm install to install all the dependencies defined in a package.json file.
npx start-server to start backend
Create a new terminal window and enter command cd frontend && npm start