This repository is still in development and is not yet completed. It aims to broadcasts videos, live streams and blogs.
To start and run the application, follow these steps:
- Clone the repository to your local machine.
- Run the server
cd backend
npm install
npm run dev
- Server will run in localhost:3001
- Run the frontend
cd frontend/livestreamwebsite
npm install
npm run dev
- Application can be viewed in localhost:5173
Feel free to contribute to the development of StreamHub by opening pull requests or submitting issues.