-
Notifications
You must be signed in to change notification settings - Fork 0
FEATURE REQUIREMENTS
KT edited this page Dec 12, 2018
·
11 revisions
-
https://movie-buddies-client.herokuapp.com/home
OR
- After installing the application locally, start application by running
ng serve --open
- Click on 'localhost:<port_number_for_angular_app>/home' ex:
http://localhost:4200/home
- Click
Login
tab on nav bar. - Login if you are already registered.
- Click
Register
tab on nav bar. - Register with role as
Guest
orHost
- Login into application as
Guest
orHost
- Click on
Profile
tab on nav bar.
- Login into application
- Click on
Movies
tab on nav bar. - Enter movie to be searched in text box, for example
avengers
- Click on
Search
button
- Login into application
- Click on
Movies
tab on nav bar. - Enter movie to be searched in text box.
- Click on
Search
button - Search results are displayed on the screen below.
- Login into application
- Click on
Movies
tab on nav bar. - Enter movie to be searched in text box.
- Click on
Search
button - Search results are displayed on the screen below.
- Click on any movie name.
- Movie details are displayed.
- Login into application
- Click on
Events
tab on nav bar. - Event list is displayed on the screen below.
- Click on any event name.
- Event details are displayed.
Movie list and movie details are fetched using the TMDB Api
- Click
Movies
tab on nav bar - You are redirected to
movies-list
page which shows the all the movie listings.
- On Homepage, click
Search Movies
button or clickMovies
tab in nav bar. - You are redirected to
movie-list
page. - Type
avengers
in Search textbox and clicksearch
button. - All movies related to
avengers
are listed now.
- Click
Movies
tab on nav bar - You are redirected to
movie-list
page which shows the all the movie listings - Click the
Now Playing
button to see the listing of now playing movies.
- Click
Movies
tab on nav bar - You are redirected to
movie-list
page which shows the all the movie listings - Click the
Top Rated
button to see the listing of top rated movies.
- Click
Movies
tab on nav bar - You are redirected to
movie-list
page which shows the all the movie listings - Click the
Popular
button to see the listing of popular movies.
- Click
Movies
tab on nav bar - You are redirected to
movie-list
page which shows the all the movie listings - Click the
Upcoming
button to see the listing of upcoming movies.
- Click
Movies
tab on nav bar - You are redirected to
movie-list
page which shows the all the movie listings - Click a movie title from the list of movies to see its details.