Skip to content

michael-schienbein-fhr/eyepatch-server

Repository files navigation

Eyepatch

Eyepatch Room

Live Demo:

https://mschien-eyepatch.surge.sh/

User Flow:

  • Creating an account / or signing in: Signup
  • Creating a room: Create Room
  • Joining a room: Rooms page
  • Adding search results to queue: Search
  • Playing videos in queue: Playing

Installation and Requirements

You will need the backend and messaging server setup before running the client side code, you can find the corresponding repositories here:

Execute the following command in an seperate terminal to install all the required modules.

npm i

Additionally you will need Postgres installed and configured correctly, after install you can seed the database with the following commond.

psql < eyepatch.sql

Run the backend server

npm run start

YouTube Player / Data API

Reference Docs for end points used in this app:

Built With

  • React

  • Websockets

  • Node.js

  • Express.js

  • PostgresQL

  • Bootstrap

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published