StreamExpert is a clone of famous streaming platform called Twitch.tv! This is a React and Redux application. This application follows RESTful conventions and has Google authentication. A user can LogIn/SignIn to Create, Edit, Delete or view streams.
Clone the repository onto your local machine then follow the following steps:
- Navigate to the client folder and run
bash npm instalcommand to download all the dependencies - Navigate to the api folder and run
bash npm installcommand to download all the dependencies - Navigate to the rtmpserver and run
bash npm installcommand to download all the dependencies
After downloading the required dependencies, run three seperate servers
- In the client folder, run
bash npm startto start the react server running on port 3000 - In the api folder, run
bash npm startto start the JSON server at port 3001 - In the rtmpserver folder, run
bash npm startto start
Important technologies used
- Moder JavaScript
- React
- Redux
- CSS





