Skip to content

charlinchui/ownflix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A Simple App To Stream Videos Locally

Just create a folder inside the backend called shows with the following structure:

backend
└── shows
    ├── show-1
    │   ├── episodes
    │   │    ├── episode-1.mp4
    ... │    ...
    │   │    └── episode-n.mp4
    │   ├── cover.jpg
    │   └── info.json
    │       ├── name
    │       ├── pathName
    │       ├── image
    │       └── type(movie/show)
    └── show-n
        ├── episodes
        │    ├── episode-1.mp4
        │    ...
        │    └── episode-n.mp4
        ├── cover.jpg
        └── info.json
            ├── name
            ├── pathName
            ├── image
            └── type(movie/show)

Start the server by going into the backend folder and running go run .

Start the client by going into the frontend folder, installing all the dependencies (npm install) and running npm run dev

(You need go installed to run the server and node + npm to run the client)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published