Coder Social home page Coder Social logo

habibtalib / webflix Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nimeshmora/webflix

0.0 1.0 0.0 436 KB

Webflix is dummy Laravel application which simulates Netflix. You can log in, browse movies and mark movies watched.

Home Page: https://laravelista.com/lessons/deploying-a-laravel-app-from-github-to-heroku

License: MIT License

PHP 93.85% JavaScript 0.38% Vue 0.19% HTML 5.59%

webflix's Introduction

Webflix

Webflix is dummy Laravel application which simulates Netflix. You can log in, browse movies and mark movies watched.

This application is used for creating tutorials on how to deploy a Laravel application from GitHub to Heroku using Codeship for continuous integration and deployment.

Demo

Home page

Installation

  1. Fork the repository
  2. Copy .env.example to .env and modify the values to match your environment
  3. Run composer install to install dependencies
  4. Run php artisan key:generate to set an Encryption Key
  5. Run php artisan migrate --seed to migrate the database and seed it with movies and a user
  6. Run php artisan serve to serve the application using a built-in PHP server or serve the application using Homestead

Login credentials

Email: [email protected]
Password: secret

Testing

The application uses Codeception for testing. You can run tests with the following command:

vendor/bin/codecept run functional

See .env.testing for testing environment configuration. Tests are located in tests/functional directory.

webflix's People

Watchers

Habib Talib 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.