An Open Source Django website Powered by Python, Django-Channels, WebRTC, Tailwind CSS, React, Postgres and Docker.
mkdir Connect
cd Connect
git clone https://github.com/Arvind-4/Connect.git .
pip install virtualenv
python -m venv .
source bin/activate
pip install -r web/requirements.txt
python web/manage.py makemigrations
python web/manage.py migrate
Run Server
python web/manage.py runserver
Run Frontend
cd frontend/
yarn dev:react
Hot Reload Enabled for React in Django Template
Visit 127.0.0.1:8000 .
docker-compose up --build