An open API service indexing awesome lists of open source software.

https://github.com/ref-bit/moviesvel

A web app about Movies, TV Shows and Actors.
https://github.com/ref-bit/moviesvel

api jquery laravel laravel7 php phpunit tailwindcss

Last synced: about 2 months ago
JSON representation

A web app about Movies, TV Shows and Actors.

Awesome Lists containing this project

README

        

## MoviesVel 🎬
A web app about Movies, TV Shows and Actors.

***
![Showcase](./public/showcase.png)

#### Built With

- [Laravel](https://www.laravel.com) - The PHP Framework for Web Artisans.
- [Spatie ViewModels](https://github.com/spatie/laravel-view-models) - View models in Laravel.
- [TMDB API](https://www.themoviedb.org/documentation/api) - Millions of movies, TV shows and people to discover.
- [Livewire](https://laravel-livewire.com/) - A full-stack framework for Laravel that takes the pain out of building dynamic UIs.
- [Alpine.js](https://github.com/alpinejs/alpine) - A rugged, minimal framework for composing JavaScript behavior in your markup.
- [Infinite Scroll](https://infinite-scroll.com) - JavaScript plugin that automatically adds the next page.
- [Owl Carousel](https://owlcarousel2.github.io/OwlCarousel2) - Touch enabled jQuery plugin that lets you create a beautiful responsive carousel slider.
- [Fancybox](https://fancyapps.com/fancybox/3/) - JavaScript lightbox library for presenting various types of media.
Responsive, touch-enabled and customizable.
- [Tailwind CSS](https://tailwindcss.com) - A utility-first CSS framework for rapidly building custom designs.

#### Getting Started

- Run `php artisan key:generate` to generate Laravel's app key.
- Run `composer install` to install composer packages.
- Run `npm install` to install npm modules.
- Login to your TMDB account and place your token in a new `.env` file under `TMDB_TOKEN` field.
- Run `php artisan serve` to run app successfully.

#### License

The Laravel framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).