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
- cd backend
- make db.cnf file that looks like this:
[client]
database = pallas_cat
user = <user>
password = <password>
default-character-set = utf8
- pip install requirements.txt
- python manage.py makemigrations
- python manage.py migrate
- python manage.py runserver
- cd frontend
- npm install
- npm run dev