Skip to content

P1roks/Pallas-cat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pallas-cat

Internet application that lets users browse their favourite video streaming platform in one place The main feature of the application is the ability to watch videos from all of supported platforms, directly streamed

How to launch

backend:

  1. cd backend
  2. make db.cnf file that looks like this:
    [client]
    database = pallas_cat
    user = <user>
    password = <password>
    default-character-set = utf8
  1. pip install requirements.txt
  2. python manage.py makemigrations
  3. python manage.py migrate
  4. python manage.py runserver

frontend:

  1. cd frontend
  2. npm install
  3. npm run dev

About

Streaming platforms aggregator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published