Code Monkey home page Code Monkey logo

codelinefilm's Introduction

Codeline Films

It's an application, where you can see the list of films and can create your own film.

Requirements

  • PHP v7.1+
  • Composer
  • Laravel
  • MySql Database(XAMPP would be best)

Installation

  • Install Laravel by using this command. composer global require "laravel/installer".
  • Clone this repository by using command git clone https://github.com/abinasp/codelinefilm.git.
  • Run composer install. It will install all the dependencies which is present in composer.json file.
  • Set up .env file by copying all the value from .env.example file.
  • Configure MySql database in your .env file.
  • I had created my own database in phpmyadmin which was codeline_db. You can create your own database.
  • Run php artisan migrate:refresh --seed. It will create tables and will put some data in the tables.
  • Run php artisan serve in terminal.
  • Open localhost:8000 in the browser.

Dummy User

  • After migration you can login by using the below credentials Or you can create a new user.
  • username: [email protected]
  • password: asdf@123

Result

  • In borowser it will show list of films.
  • You can Register or Login by clicking register button in the header.
  • To create film you have to login or register first.
  • You can go to any particular film by clicking on there respective image or there name.
  • In Film details page you will be able to see the Film details.
  • At the end you can comment. To give comment you need to login.
  • After giving comment, you can see your comment by refreshing the browser.

Need to fix

  • While creating a film you can't upload photo, you need to give the photo URL.

codelinefilm's People

Contributors

abinasp avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.