Skip to content

A dynamic web application for streaming BeeMon videos!

Notifications You must be signed in to change notification settings

ASU-CS-Research/beestream

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Beestream

A web application for streaming BeeMon videos!

Installation

  1. Download the Repository!
  2. cd beestream
  3. npm install
  4. Install and configure MongoDB. Navigate to the MongoDB install page and select your operating system at the bottom for a tutorial.

Running

  1. Make sure MongoDB is running.
  2. Set your environment variable to select your mode.

a. For Windows:

`set NODE_ENV=production` for production mode
    
`set NODE_ENV=developoment` for development mode

b. For Linux

`export NODE_ENV=production` on Linux for production mode
    
`export NODE_ENV=development` on Linux for development mode
  1. npm start

Your website should now be running!

Development and Other Issues

For any other issues, see the wiki!

About

A dynamic web application for streaming BeeMon videos!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 46.4%
  • TypeScript 40.0%
  • HTML 7.6%
  • CSS 5.1%
  • Dockerfile 0.5%
  • EJS 0.2%
  • Shell 0.2%