Skip to content

Repository files navigation

Movie Moment (M&M)

It is our Final Year Project (FYP) for Diploma in Information Technology in Southern University College. Movie Moment (M&M) is a web-based movie recommendation system that provided movie recommendation, movie community and rewards system for users. More detailed can be found in our official FB and Instagram page!
It is created by using
Programming anguage & Scripting language : PHP(Main), JavaScript, Blade, CSS
Platform Used: Visual Studio Code
Framework Used: Laravel Framework
Technology Used:TMDb API (The Movie Database API)
Database Used: MySQL

Our project has been won 3rd prize in the FYP Competition that organized by our university college, Southern University College.
Movie Moment Introduction Video : https://www.youtube.com/watch?v=eCXvbwQdQ5Q
Movie Moment System Demonstration: https://www.youtube.com/watch?v=LVfihKkG-bI
Movie Moment Official Facebook Account: https://www.facebook.com/Movie-Moment-MM-109810318198221
Movie Moment Official Instagram Account: https://www.instagram.com/moviemoment_2022/

User Guide
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.

About

A Laravel-based web application that recommends movies, connects users through a movie community, and offers a rewards system.

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages