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

https://github.com/sojebsikder/iptv-web

IPTV app backend created with laravel
https://github.com/sojebsikder/iptv-web

iptv-m3u laravel

Last synced: 3 months ago
JSON representation

IPTV app backend created with laravel

Awesome Lists containing this project

README

          

# iptv-web
IPTV app backend created with laravel. Admin panel created with react and material ui.

## Running
Run laravel app
```
php artisan serve
```
Run react app
```
yarn run dev
```