Streams is a React application that allows the user to use an rtmp server and stream their screen similar to Twitch.
The rtmpserver directory is to be used with a broadcast software similar to OBS.
The api directory is to be run and will create the backend for the project updating with new streams, editing them and deleting.
The client directory is the source code of the project.
Use the package manager npm to install the necessary dependencies for Streams.
npm install
In two seperate terminal windows:
cd client
npm start
cd api
npm start