bee-chat

This is a web app users can register and can login with his password and can chat with other users in real time.

Backend

The backend was build using ASP.NET. Link: https://github.com/NoorMohammadTalukder/Bee-Chat-Backend

Video Simulation

2022-11-03.14-13-31.mp4

Screen Shots

c1 c2 c3

Features

  • User Registration
  • User Login
  • Realtime Chatting
  • Delete Chat
  • User Logout

Technologies

  • VUE.js 3
  • Node.js (version:16.15.0)
  • Vue cli
  • HTML
  • CSS
  • JavaScript

Project Setup

We need npm package manager to setup everything. Visit Node.js , download and install nodejs which will install npm package manager with it.

  • Open a terminal or command promt in the directory where the project is kept and run the following commands
  • npm install

Compiles and hot-reloads for development

We need npm package manager to setup everything. Visit Node.js , download and install nodejs which will install npm package manager with it.

  • npm run serve

GitHub

View Github