You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# FilmLibrary_JSON_SQL_ASP.NET_WinForms
2
2
3
-
Your objective is to build a small project named MovieData. The application will use the API
3
+
The objective is to build a small project named MovieData. The application will use the API
4
4
from The Movie DB (https://developers.themoviedb.org/3/getting-started), using an
5
5
API key.
6
6
The goal of this assignment is to implement an application or script that will retrieve and
@@ -13,7 +13,7 @@ at least the following attributes
13
13
● List of Directors
14
14
● The IMDB link to the profile of each of the directors
15
15
16
-
From https://api.themoviedb.org/3/discover/movie?api_key=bbb0e77b94b09193e6f32d5fac7a3b9c®ion=GR&release_date.gte=2020-05-01&release_date.lte=2020-12-30&with_release_type=2|3, the list of the movies that there are in greek theaters this period will be retrieved and I will use it in order to update Movie Table. I assumed that the relationship between movies and directors is many to many for that reason I used intermediate table MovieDirector.
16
+
From https://api.themoviedb.org/3/discover/movie?api_key=bbb0e77b94b09193e6f32d5fac7a3b9c®ion=GR&release_date.gte=2020-05-01&release_date.lte=2020-12-30&with_release_type=2|3, is the list of the movies which there are in greek theaters this period and I will use it in order to update Movie table. I assumed that the relationship between movies and directors is many to many for that reason I used the intermediate table MovieDirector.
17
17
18
18
I created an ASP.NET Web Application(.NET Framework) Web Forms Database First project.
19
19
The database was connected with Asp.Net project implementing ADO.NET Entity Data Model
0 commit comments