This is our Backend source for Netflop - Yet another Netflix clone. Some setups in Ubuntu 22.04 LTS:
- Install Eclipse Temurin OpenJDK 21: Follow this video
- Install PostgreSQL 16: Follow this link
- Install FFMPEG: Run these commands
- sudo apt update
- sudo apt install ffmpeg
- ffmpeg -version
- Compile the code with maven-wrapper to build into JAR with the following command:
- ./mnvw
- Send the file to your server and run the following command:
- java -jar "YOUR JAR FILE'S NAME"