Skip to content

Revolutionize your virtual collaborations with our web app that combines open-source design tools with seamless video conferencing.

Notifications You must be signed in to change notification settings

bitspaceorg/surface

Repository files navigation

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

About

Revolutionize your virtual collaborations with our web app that combines open-source design tools with seamless video conferencing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published