Skip to content

It's a simple java console application like IMDB. Here User can update its profile and list its favorite movies.

Notifications You must be signed in to change notification settings

mm-saiful6854/movie-listing-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Simple console application like movie listing application IMDB. Feature includes:

  • user registration without authentication
  • Search all the movies in the app. Users can search for either title, cast or category and all matching movies should be returned in ascending order of movie title.
  • See details for any movie like movie title, cast, category, release date, budget.
  • Add movies to favorites.
  • Remove movies from their favorites.
  • See their personal details and movies they added to their favorites.
  • Search only movies they added to their favorites.

Console Output:

Welcome to Movie Listing App
1. Login
2. Exit
Choose an option: 1
Enter your email address to login: Saiful@gmail.com
Login successful!

----------------User Menu:--------------------
1. View Profile and Favorite Movie List
2. Edit Profile
3. Add New Movie to System
4. View System Movie List
5. Logout
Choose an option: 1
----------------------------Profile---------------------------------
Email: 				Saiful@gmail.com
Username: 			N/A
Age: 				N/A
Religion: 			N/A
Favorite Movie(s):  0
--------------------------------------------------------------------
Your favorite movies:
You have no favorite movies.
-------------------------------------------------

----------------User Menu:--------------------
1. View Profile and Favorite Movie List
2. Edit Profile
3. Add New Movie to System
4. View System Movie List
5. Logout
Choose an option: 2
----------------------------Profile---------------------------------
Email: 				Saiful@gmail.com
Username: 			N/A
Age: 				N/A
Religion: 			N/A
Favorite Movie(s):  0
--------------------------------------------------------------------
Enter your new username or press Enter to skip: maahi
Username updated to: maahi
Enter your age or press Enter to skip: 26
Age updated to: 26
Enter your religion or press Enter to skip: islam
Religion updated to: islam
Profile update complete.
----------------------------Profile---------------------------------
Email: 				Saiful@gmail.com
Username: 			maahi
Age: 				26
Religion: 			islam
Favorite Movie(s):  0
--------------------------------------------------------------------
-------------------------------------------------

----------------User Menu:--------------------
1. View Profile and Favorite Movie List
2. Edit Profile
3. Add New Movie to System
4. View System Movie List
5. Logout
Choose an option: 

About

It's a simple java console application like IMDB. Here User can update its profile and list its favorite movies.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages