GithubHelp home page GithubHelp logo

lucky-loek / lmdb Goto Github PK

View Code? Open in Web Editor NEW
2.0 0.0 0.0 4.65 MB

An eye jerking web app that tells you how much time you could've done better things than watching tv instead.

License: MIT License

PHP 83.64% Shell 0.29% Blade 16.07%
hacktoberfest hacktoberfest2020

lmdb's Introduction

Lucky-Loek's Movie Database

Welcome to the most unnecessary app I've ever built. It imports your IMDb watchlist, runs it through OMDb and then displays your movies plus some absolutely tear-jerking statistics on a dashboard.

This app is mostly for me to experiment with certain architectures and editors. Right now, it's a single-action controller based app that I wrote in Vim. But it may change to hexagonal, microservices or whatever I find interesting in the future.

Requirements

The app works on Docker, or you can run it locally (for which you will need Php 7.3+). Now you only need a .csv export of your IMDb watchlist and an API key by OMDb.

Note: OMDb limits free keys to 1000 requests per day. I've not built in any way of dealing with this limit so expect errors if your watchlist is longer.

Installation

$ docker run --rm -v $(pwd):/opt -w /opt laravelsail/php80-composer:latest composer install
# For local installations: composer install

$ cp .env.example .env

# Fill in all the credentials, paste the csv file in storage/app

# Start the app
$ ./vendor/bin/sail up -d

# First time setup
$ ./vendor/bin/sail artisan key:generate
$ ./vendor/bin/sail artisan migrate

# App is available at localhost

Usage

$ ./vendor/bin/sail artisan lmdb:import

# Visit localhost

lmdb's People

Contributors

lucky-loek avatar rominathecreator avatar

Stargazers

 avatar  avatar

lmdb's Issues

Search method

Would be nice if we could search for movies or series

Add view count

I've seen the Return of the King at least 10 times. That should be included, for now it counts as much as a movie I've only seen once.

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.