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

Latest commit

 

History

History
53 lines (30 loc) · 796 Bytes

README.md

File metadata and controls

53 lines (30 loc) · 796 Bytes
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