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

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

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`