Skip to content
This repository was archived by the owner on Nov 22, 2023. It is now read-only.

modos/Live-Chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My.Video.mp4
My.Video1.mp4

Demo Hosted By Heroku❤️

Uploading Avatar Doesnt work on Heroku.

Backend : Nodejs (pure)
Database: Mongodb (without mongoose)
Frontend: Vuejs (pure)

Config File

to run the application, create a config.json file in server folder with these contents:

  {
    "db": {
        "name": "your database name",
        "password": "your database password"
    }
}

Running the frontend

npm install
npm run serve

Running the server

cd server
npm install
npm start

Bugs

🔴 Uploaded avatar is not visible to the other users

About

live chat with vue and nodejs, socket.io, mongodb

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published