Skip to content

Local Connect is a project which connects people during internet downtime or any crisis. It creates a local web server and all the people who are connected to our network can access this web application. After that they can either create a chatroom or join a chatroom. Connect with friends and have fun.

License

Notifications You must be signed in to change notification settings

zpratikpathak/local-connectV2

Repository files navigation

Local Connect

Local Connect is a project which connects people during internet downtime or any crisis. It creates a local web server and all the people who are connected to our network can access this web application. After that they can either create a chatroom or join a chatroom. Connect with friends and have fun.

Requirements

  • Python3

Installation

Make sure to install the required packages. Run this command to Install the Packages.

pip install -r requirements.txt

If this doesn't work for you then try this:

pip3 install -r requirements.txt

How to run

Use command:

python manage.py runserver

If this doesn't work for you then try this:

python3 manage.py runserver

Deploy to your local network

python manage.py runserver 0.0.0.0:80

If this doesn't work for you then try this:

python3 manage.py runserver 0.0.0.0:80

Preview

Homepage:

Homepage

Chatroom:

Chatroom

Built with

Python3, Django, Channels, HTML, CSS, JS

Contributors

Kudos to the team 👏👏

About

Local Connect is a project which connects people during internet downtime or any crisis. It creates a local web server and all the people who are connected to our network can access this web application. After that they can either create a chatroom or join a chatroom. Connect with friends and have fun.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •