Skip to content

Latest commit

 

History

History
98 lines (59 loc) · 2.71 KB

File metadata and controls

98 lines (59 loc) · 2.71 KB

SURFACE

Stargazers
REVOLUTIONIZE YOUR VIRTUAL COLLABORATIONS WITH OUR WEB APP THAT COMBINES OPEN-SOURCE DESIGN TOOLS WITH SEAMLESS VIDEO CONFERENCING

DEMO / SCREENSHOTS

SINGLE USER

Screen.Recording.2023-05-03.at.11.16.44.AM.mov

MULTIPLE USER ACROSS THE GLOBE

Screen.Recording.2023-05-03.at.11.20.57.AM.mov

JOIN VIA SHARING THE SAME ROOM CODE

HOW TO USE

CLIENT & SERVER

  1. CLONE THIS REPO
  2. npm i
  3. cd server && npm i && cd ..

DATABASE

  1. Head to supabase
  2. Create a new project

After initalizing

  1. Create .env in the root dir of the project

Paste the below

DIRECT_URL = "postgres://postgres:[PROJECT_PASSWORD]@db.[PROJECT_ID].supabase.co:5432/postgres"
 
DATABASE_URL = "postgres://postgres:[PROJECT_PASSWORD]@db.[PROJECT_ID].supabase.co:6543/postgres?pgbouncer=true"

Run the following command in root dir

npx prisma migrate dev --name init

npx prisma generate

STARTING ON LOCALHOST

npm run dev

cd server

npm run start

Contributors

BREAK SOME CODE - GIVE A PR - HAFFUN