ayeujjawalsingh / Video-Chat-Web-App

VideoChat Web Application build in Django-Python, Channels Modules, WebSocket API, HTML, CSS, JavaScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Video Chat Web Application

Hi, I'm Ujjawal! πŸ‘‹

πŸ”— Links

linkedin

This Project is a video chat web application made for making group videos and text chat with our friends.

To RUN this project, Your system must be need Python3

Download Python & Install it

Visit Python Official Website to Download Python

Run Locally

  1. Download this project

    or

You can clone it to your Github Account by executing the code below in your system terminal.

  git clone https://github.com/ayeujjawalsingh/VideoChatWeb.git
  1. Go to the project directory & open terminal

    Then, run the code given below to Install DJANGO framework in your system.

  python -m pip install django
  1. Then, Install CHANNELS module
  python -m pip install channels
  1. Run the Code in Terminal of Parent directory to Start the server
  python manage.py run server
  1. Then, click of Local Host Server link to open the project in browser

    πŸ’¬ Ask me, If your project is not running - Linkedin

πŸš€ About Me

I'm an Engineering Student & A Full Stack Web Developer

πŸ›  Skills Required for this Project...

Javascript, HTML, CSS, REACT, Python, Django...

Documentation

Feedback

If you have any feedback, please reach out to us at ayeujjawalsingh@gmail.com

About

VideoChat Web Application build in Django-Python, Channels Modules, WebSocket API, HTML, CSS, JavaScript

License:MIT License


Languages

Language:JavaScript 32.1%Language:CSS 29.7%Language:Python 29.1%Language:HTML 9.1%