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.
- Python3
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
Use command:
python manage.py runserver
If this doesn't work for you then try this:
python3 manage.py runserver
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
Python3, Django, Channels, HTML, CSS, JS
Kudos to the team 👏👏