Skip to content

CoreyWycliffe/mern-discovery-videoplayer

 
 

Repository files navigation

Wycliffe Discovery Center Video Player

A Video-player application for rotunda panel in Wycliffe's very own Discovery Center.

Demo

Click the link below to see a simple demo of the application. Note that because the actual application uses a touch screen, the cursor will not be visible and the full application will more naturally fit its screen.

Watch the Video!

Technologies Used

A full-stack MERN Application

  • Mongodb
  • Express
  • React
  • Node.js for Raspbian OS on Rasberry Pi with 24 inch 1080x1920 Elotouch-screen.

React Components

react-idle Semantic-ui React Player

To Run Locally

Make sure you have Node.js and Nodemon installed.

git clone https://github.com/saintwycliffe/mern-discovery.git # or clone your own fork
cd mern-discovery
npm install
cd client
npm install
npm run build
cd ..
nodemon

Host your own local video in client/src/components/ and import video at the top of Video.js. Your app should now be running on localhost:3000.

Deploying to Heroku

heroku create
git push heroku master
heroku open

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 70.6%
  • CSS 20.3%
  • HTML 6.1%
  • Shell 3.0%