Hello everyone, this project simulates the database logic behind a video streaming platform like Netflix.
The project was initially implemented as an assignment for a database management course. Initially, the E-R diagram of this database was created. The data was then written using PostgreSQL. Finally, connections were established with Java for important queries and the necessary queries were written.
- PostgreSQL
- Java