https://github.com/imbios/myflix-api
Netflix API clone built with Laravel
https://github.com/imbios/myflix-api
laravel netflix-clone
Last synced: about 2 months ago
JSON representation
Netflix API clone built with Laravel
- Host: GitHub
- URL: https://github.com/imbios/myflix-api
- Owner: ImBIOS
- Created: 2022-07-19T14:55:27.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-10T13:10:14.000Z (11 months ago)
- Last Synced: 2025-03-24T08:22:33.974Z (3 months ago)
- Topics: laravel, netflix-clone
- Language: PHP
- Homepage:
- Size: 235 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MyFlix
MyFlix (Netflix-like) is a backend for video streaming service that allows users to watch videos online. Users can create an account, browse videos, and add videos to their queue. Users can also rate videos and leave reviews.
## Features
- [x] User authentication
- [x] Video streaming
- [x] Video search
- [ ] Video queue
- [ ] Video reviews
- [ ] Video ratings## How to Run the Laravel
1. Clone the repository
2. Run `composer install`
3. Run `php artisan migrate`
4. Run `php artisan db:seed`
5. Run `php artisan serve`
6. Visit `http://localhost:8000`