Skip to content

Thecnical test for CondorLabs. A little chat web app

Notifications You must be signed in to change notification settings

Kmario19/condorchat

Repository files navigation

Responsive Mobile

CondorChat

Thecnical test for CondorLabs. A little chat web app

Functions

  • Login and Register
  • Update profile with avatar image
  • Create, update and delete chat group
  • Send message to group chat
  • Send private message to user
  • Find users and messages
  • See users online and new messages
  • Send image in chat with the url
  • All events are in realtime

Screenshots

Login Page      Register Page

RPrivate Chat Page Image Insert

Room Chat

Profile Edit

Prerequisites

  • Run Mongo Database

Installing

First, clone this repo

git clone https://github.com/Kmario19/condorchat.git

Then, install dependencies

cd condorchat
npm install

Run server. Default in port 5000

npm run serve

Go to client folder and install dependencies

cd client
npm install

Run client

npm run dev

Go to http://localhost:8080 and enjoy!

Built With

About

Thecnical test for CondorLabs. A little chat web app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published