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.
- Host: GitHub
- URL: https://github.com/ref-bit/moviesvel
- Owner: Ref-Bit
- Created: 2020-05-31T07:36:39.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-01-14T08:32:47.000Z (4 months ago)
- Last Synced: 2025-03-24T15:11:29.430Z (about 2 months ago)
- Topics: api, jquery, laravel, laravel7, php, phpunit, tailwindcss
- Language: PHP
- Homepage:
- Size: 9.41 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## MoviesVel 🎬
A web app about Movies, TV Shows and Actors.***
#### 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).