Skip to content

Commit 47393a0

Browse files
Update README.md
1 parent 315309f commit 47393a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# FilmLibrary_JSON_SQL_ASP.NET_WinForms
22

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
44
from The Movie DB (https://developers.themoviedb.org/3/getting-started), using an
55
API key.
66
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
1313
● List of Directors
1414
● The IMDB link to the profile of each of the directors
1515

16-
From https://api.themoviedb.org/3/discover/movie?api_key=bbb0e77b94b09193e6f32d5fac7a3b9c&region=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&region=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.
1717

1818
I created an ASP.NET Web Application(.NET Framework) Web Forms Database First project.
1919
The database was connected with Asp.Net project implementing ADO.NET Entity Data Model

0 commit comments

Comments
 (0)