init CRUD

This commit is contained in:
Awen Lelu
2025-12-18 17:16:26 +01:00
parent 61433bca35
commit d7bea8e188
30 changed files with 1251 additions and 0 deletions

1
back/data/Readme.md Normal file
View File

@@ -0,0 +1 @@
# Data à utiliser pour le TP.

21
back/data/directors.bson Normal file
View File

@@ -0,0 +1,21 @@
{ "_id": { "$oid": "5ecb15e8f2d14352a873f58a" }, "name": "Quentin Tarantino", "birthdate": "1963-03-27", "nationality": "American" }
{ "_id": { "$oid": "5ecb15e8f2d14352a873f58b" }, "name": "Christopher Nolan", "birthdate": "1970-07-30", "nationality": "British-American" }
{ "_id": { "$oid": "5ecb15e8f2d14352a873f58c" }, "name": "Martin Scorsese", "birthdate": "1942-11-17", "nationality": "American" }
{ "_id": { "$oid": "5ecb15e8f2d14352a873f58d" }, "name": "Steven Spielberg", "birthdate": "1946-12-18", "nationality": "American" }
{ "_id": { "$oid": "5ecb15e8f2d14352a873f58e" }, "name": "Stanley Kubrick", "birthdate": "1928-07-26", "nationality": "American-British" }
{ "_id": { "$oid": "5ecb15e8f2d14352a873f58f" }, "name": "Alfred Hitchcock", "birthdate": "1899-08-13", "nationality": "British" }
{ "_id": { "$oid": "5ecb15e8f2d14352a873f590" }, "name": "Hayao Miyazaki", "birthdate": "1941-01-05", "nationality": "Japanese" }
{ "_id": { "$oid": "5ecb15e8f2d14352a873f591" }, "name": "Quentin Tarantino", "birthdate": "1963-03-27", "nationality": "American" }
{ "_id": { "$oid": "5ecb15e8f2d14352a873f592" }, "name": "David Fincher", "birthdate": "1962-08-28", "nationality": "American" }
{ "_id": { "$oid": "5ecb15e8f2d14352a873f593" }, "name": "Ridley Scott", "birthdate": "1937-11-30", "nationality": "British" }
{ "_id": { "$oid": "5ecb15e8f2d14352a873f594" }, "name": "Tim Burton", "birthdate": "1958-08-25", "nationality": "American" }
{ "_id": { "$oid": "5ecb15e8f2d14352a873f595" }, "name": "Francis Ford Coppola", "birthdate": "1939-04-07", "nationality": "American" }
{ "_id": { "$oid": "5ecb15e8f2d14352a873f596" }, "name": "George Lucas", "birthdate": "1944-05-14", "nationality": "American" }
{ "_id": { "$oid": "5ecb15e8f2d14352a873f597" }, "name": "Peter Jackson", "birthdate": "1961-10-31", "nationality": "New Zealand" }
{ "_id": { "$oid": "5ecb15e8f2d14352a873f598" }, "name": "James Cameron", "birthdate": "1954-08-16", "nationality": "Canadian" }
{ "_id": { "$oid": "5ecb15e8f2d14352a873f599" }, "name": "Spike Lee", "birthdate": "1957-03-20", "nationality": "American" }
{ "_id": { "$oid": "5ecb15e8f2d14352a873f59a" }, "name": "Clint Eastwood", "birthdate": "1930-05-31", "nationality": "American" }
{ "_id": { "$oid": "5ecb15e8f2d14352a873f59b" }, "name": "Akira Kurosawa", "birthdate": "1910-03-23", "nationality": "Japanese" }
{ "_id": { "$oid": "5ecb15e8f2d14352a873f59c" }, "name": "Michael Bay", "birthdate": "1965-02-17", "nationality": "American" }
{ "_id": { "$oid": "5ecb15e8f2d14352a873f59d" }, "name": "Steven Soderbergh", "birthdate": "1963-01-14", "nationality": "American" }
{ "_id": { "$oid": "5ecb15e8f2d14352a873f59e" }, "name": "Wes Anderson", "birthdate": "1969-05-01", "nationality": "American" }

65
back/data/movies.bson Normal file
View File

@@ -0,0 +1,65 @@
{"_id": { "$oid": "5ecb15e8f2d14352a873f5a1" },"title": "Inception","year": 2010,"genre": ["Action", "Adventure", "Sci-Fi"],"director_id": { "$oid": "5ecb15e8f2d14352a873f58b" }}
{
"_id": { "$oid": "5ecb15e8f2d14352a873f5a2" },
"title": "Pulp Fiction",
"year": 1994,
"genre": ["Crime", "Drama"],
"director_id": { "$oid": "5ecb15e8f2d14352a873f58a" }
}
{
"_id": { "$oid": "5ecb15e8f2d14352a873f5a3" },
"title": "The Dark Knight",
"year": 2008,
"genre": ["Action", "Crime", "Drama"],
"director_id": { "$oid": "5ecb15e8f2d14352a873f58b" }
}
{
"_id": { "$oid": "5ecb15e8f2d14352a873f5a4" },
"title": "The Shawshank Redemption",
"year": 1994,
"genre": ["Drama"],
"director_id": { "$oid": "5ecb15e8f2d14352a873f58c" }
}
{
"_id": { "$oid": "5ecb15e8f2d14352a873f5a5" },
"title": "Avatar",
"year": 2009,
"genre": ["Action", "Adventure", "Fantasy"],
"director_id": { "$oid": "5ecb15e8f2d14352a873f598" }
}
{
"_id": { "$oid": "5ecb15e8f2d14352a873f5a6" },
"title": "Fight Club",
"year": 1999,
"genre": ["Drama"],
"director_id": { "$oid": "5ecb15e8f2d14352a873f592" }
}
{
"_id": { "$oid": "5ecb15e8f2d14352a873f5a7" },
"title": "The Lord of the Rings: The Fellowship of the Ring",
"year": 2001,
"genre": ["Action", "Adventure", "Drama"],
"director_id": { "$oid": "5ecb15e8f2d14352a873f597" }
}
{
"_id": { "$oid": "5ecb15e8f2d14352a873f5a8" },
"title": "Interstellar",
"year": 2014,
"genre": ["Adventure", "Drama", "Sci-Fi"],
"director_id": { "$oid": "5ecb15e8f2d14352a873f58b" }
}
{
"_id": { "$oid": "5ecb15e8f2d14352a873f5a9" },
"title": "Gladiator",
"year": 2000,
"genre": ["Action", "Adventure", "Drama"],
"director_id": { "$oid": "5ecb15e8f2d14352a873f593" }
}
{
"_id": { "$oid": "5ecb15e8f2d14352a873f5aa" },
"title": "The Godfather",
"year": 1972,
"genre": ["Crime", "Drama"],
"director_id": { "$oid": "5ecb15e8f2d14352a873f595" }
}

70
back/data/reviews.bson Normal file
View File

@@ -0,0 +1,70 @@
{
"_id": { "$oid": "5ecb15e8f2d14352a873f5b1" },
"movie_id": { "$oid": "5ecb15e8f2d14352a873f5a1" },
"reviewer_name": "Alice",
"rating": 4.5,
"comment": "Mind-bending storyline and impressive visual effects!"
}
{
"_id": { "$oid": "5ecb15e8f2d14352a873f5b2" },
"movie_id": { "$oid": "5ecb15e8f2d14352a873f5a2" },
"reviewer_name": "Bob",
"rating": 5,
"comment": "Classic Tarantino, non-linear storytelling at its best."
}
{
"_id": { "$oid": "5ecb15e8f2d14352a873f5b3" },
"movie_id": { "$oid": "5ecb15e8f2d14352a873f5a3" },
"reviewer_name": "Charlie",
"rating": 4.8,
"comment": "Heath Ledger's Joker is unforgettable!"
}
{
"_id": { "$oid": "5ecb15e8f2d14352a873f5b4" },
"movie_id": { "$oid": "5ecb15e8f2d14352a873f5a4" },
"reviewer_name": "David",
"rating": 4.9,
"comment": "Powerful story of hope and friendship."
}
{
"_id": { "$oid": "5ecb15e8f2d14352a873f5b5" },
"movie_id": { "$oid": "5ecb15e8f2d14352a873f5a5" },
"reviewer_name": "Emma",
"rating": 4.7,
"comment": "Visually stunning, a must-watch for sci-fi fans!"
}
{
"_id": { "$oid": "5ecb15e8f2d14352a873f5b6" },
"movie_id": { "$oid": "5ecb15e8f2d14352a873f5a6" },
"reviewer_name": "Frank",
"rating": 4.3,
"comment": "Mind-blowing twist, exceptional performances."
}
{
"_id": { "$oid": "5ecb15e8f2d14352a873f5b7" },
"movie_id": { "$oid": "5ecb15e8f2d14352a873f5a7" },
"reviewer_name": "Grace",
"rating": 4.8,
"comment": "Epic fantasy adventure, beautifully crafted."
}
{
"_id": { "$oid": "5ecb15e8f2d14352a873f5b8" },
"movie_id": { "$oid": "5ecb15e8f2d14352a873f5a8" },
"reviewer_name": "Henry",
"rating": 4.6,
"comment": "Thought-provoking, excellent cinematography."
}
{
"_id": { "$oid": "5ecb15e8f2d14352a873f5b9" },
"movie_id": { "$oid": "5ecb15e8f2d14352a873f5a9" },
"reviewer_name": "Ivy",
"rating": 4.5,
"comment": "Intense and gripping, Russell Crowe shines."
}
{
"_id": { "$oid": "5ecb15e8f2d14352a873f5ba" },
"movie_id": { "$oid": "5ecb15e8f2d14352a873f5aa" },
"reviewer_name": "Jack",
"rating": 5,
"comment": "Timeless masterpiece, impeccable storytelling."
}