quocanh261997 / Streamy

A streaming service built using ReactJS and NodeJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Streamy

A streaming service that is built upon React and Node

Follow the steps below to install the application

  1. Install the repository using git
git clone https://github.com/quocanh261997/Streamy.git
cd Streamy
npm install
  1. Start the API service for CRUD operation
cd api/
npm start
  1. Start the client side server rendering on browsers
cd client/
npm start
  1. Start the RTMP server for hosting the stream
cd rtmpserver/
npm start
  1. Once everything is setup, go to the following address to start using the application
http://localhost:3000

About

A streaming service built using ReactJS and NodeJS


Languages

Language:JavaScript 90.5%Language:HTML 9.5%