Skip to content

arvind-4/connect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Connect

An Open Source Django website Powered by Python, Django-Channels, WebRTC, Tailwind CSS, React, Postgres and Docker.

Prerequisites

Set Up in your Local Machine

  • Clone the Repo
mkdir ~/Dev/connect -p
cd ~/Dev/connect
git clone https://github.com/arvind-4/connect.git .
  • Set up python
cd ~/Dev/connect
uv sync --all-groups --locked
  • Set up for UI
bun install
  • Run Django Server
uv run python manage.py runserver
  • Run Frontend
bun dev
  • For Docker Setup
docker-compose -f compose.yaml uo --build

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create.