Skip to content

sakibwebworm/Movie-Night

Repository files navigation

A Movie Cms Powered by Laravel and Angular.This project can be a perfect headstart for a video blog,movie review system or anything where your imaginations lead you :).

#Admin Panel

Admin Panel

#Frontend

Admin Panel

#Quickly add movie details

Admin Panel

#Functionailty

  • User Roles as admin an user. It is possible to add more roles if needed.
  • Admin Panel.Admin users are able able to do crud operations.
  • Easy Form populator for movie upload. Details of movie and poster can be fetched directly to database. There is option to add manually.
  • Movie api. Users are able to add wishlist through api(experimental).
  • Installation

    (I didnt delete the vendor.you should run composer update.) Install Composer

    $ curl -sS https://getcomposer.org/installer | php
    $ sudo mv composer.phar /usr/local/bin/composer
    

    Create a database and change .env accordingly

    Run Migration

    php artisan migrate
    

    Run local server

    php artisan serve
    

    Visit localhost:8000

    Register as an Admin

    Type ckpp345s in code texinput area (experimental ,remove the code in User.php if you want to deploy.)