Dive deep into discussions, discover perspectives, and share your movie magic moments
Getting started
To get this project working, first you need to clone this repository.
git clone <repo-url>
Now install the dependencies using Composer.
composer install
Create .env
file from .env.example
and connect it to you database. Now migrate the eloquent models to the database.
php artisan migrate
After that you can run the app using
php artisan serve
You can find the app working in localhost:8000