Very simple video hosting application

You can find a very basic video hosting application in this repository. It was made to show basics of video streaming in web.

To build and run the app you need to have on your PC:

To install Angular CLI run the command

npm install -g @angular/cli

Next we should install all NodeJS packages required to build application. Got the geek-tube-angular-frontend directory and run the command

npm i

Next that we are ready to run frontend with testing server by command

ng serve

Frontend going to be available here http://localhost:4200/

Notice the backend proxying configuration is here in the sources

After that go to the project root in another console and run backend with

./mvnw spring-boot:run

Some recommended links about video streaming

For the experiments with deployment to real servers I recommend to use

reg.ru

If you like that, you can support me here

ko-fi PayPal