Skip to content

Commit f5f0728

Browse files
committed
update movies json
1 parent 829130a commit f5f0728

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,6 @@ in your browser go to [http://localhost:4200](http://localhost:4200)
122122
## Tests
123123
* `npm run lint`
124124
* `npm run test`
125-
* `npm run e2e`
126-
127-
## Tests prerequisites
128-
- ChromeDriver only supports Chrome version 89
129125

130126
### Compilation
131127
* `npm run build` ( without SSR)
@@ -136,7 +132,7 @@ in your browser go to [http://localhost:4200](http://localhost:4200)
136132
* in your browser [http://localhost:4000](http://localhost:4000)
137133

138134
### Bootstrap UI
139-
* `change directory` cd ui (Bootstrap 5)
135+
* `change directory` cd ui
140136
* Launch html pages in your browser
141137

142138

frontend/src/assets/params/json/mock/movies.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"name": "The Incredible Hulk",
1515
"releaseDate": "2008-06-13",
1616
"wikipediaLink": "The_Incredible_Hulk_(film)",
17+
"youtubeLink": "n4tWT-Tzff0",
1718
"domestic": 134806913,
1819
"international": 129964083,
1920
"worldwide": 264770996,
@@ -23,10 +24,11 @@
2324
"name": "Iron Man 2",
2425
"releaseDate": "2010-04-26",
2526
"wikipediaLink": "Iron_Man_2",
26-
"domestic": 319034126,
27-
"international": 266762121,
28-
"worldwide": 585796247,
29-
"budget": 140000000
27+
"youtubeLink": "BoohRoVA9WQ",
28+
"domestic": 312433331,
29+
"international": 311500000,
30+
"worldwide": 623933331,
31+
"budget": 200000000
3032
},
3133
{
3234
"name": "Thor",

0 commit comments

Comments
 (0)