Skip to content

ChiaHeung/MovieMoment

Repository files navigation

Movie Moment (M&M)

Movie Moment (M&M) is a web-based movie recommendation system that conducted by our project team. The main goal of this movie recommendation system is to provide an online platform for movie lovers to share their views and opinions about movies. In our system, users are able to post anything about movies in the movie community pages.

Besides, as a usual movie recommendation system, our Movie Moment also provide latest movie information that will be shown in the future, and also current and old movie information. Our system can also make our users saving time on searching movie to watch in the searching platform. It is because our Movie Moment will provide movie recommendation for users. Users are able to choose their favorite types of movies to look for such as horror, romance, science fiction and so on. Our system also provides top 10 movies / TV Shows lists based on the rating provided by the users and it will be updated every day. It enables users to follow up the movie trends worldwide.

Through our movie recommendation system, we hope that our users can enjoy these services and functions provided by our system. Lastly, our project team will try our best to improve and make our movie recommendation system better and more advanced in the future development.

Please read the instructions below. 📘📘

How to receive users' contact us form 📧 as a admin?
Step 1: Go to https://mailtrap.io/ to register ur account.
Step 2: Login to your mailtrap account.
Step 3: Click Sandbox -> Inboxes -> My Inbox -> SMTP Settings
Step 4: View the line:
--user 'c3ad***:0655**'
The first one is your username.
The second one is your password.
Step 5 : Go to .env file.
Step 6: Change the following details.
------------------------.env----------------------
MAIL_MAILER=smtp
MAIL_HOST=smtp.mailtrap.io
MAIL_PORT=465
MAIL_USERNAME=c3ad** [Your mailtrap username]
MAIL_PASSWORD=0655** [Your mailtrap password]
MAIL_ENCRYPTION=null
MAIL_FROM_ADDRESS=null
MAIL_FROM_NAME="${APP_NAME}" [Your application name]
------------------------.env-----------------------

Examples of User Account:
Email:user@example.com
Password:12345678
Examples of Admin Account:
Email:admin@example.com
Password:12345678


Database:
We provide the database seeder. Just use the commands 'php artisan db:seed' to insert the data into the table.