Netflix like streaming service using Django and Python. Lets Netflix and 'code'!
A streaming service built with Python Django that provides a wide range of award-winning TV shows, movies, animations, documentaries, and other content.
The app provides a wide range of TV series, movies, animations, and documentaries. In order to access the admin panel on "/admin"
You can run "python manage.py runserver" in the terminal and the application should work.
The application is built with:
- Django
- Postgresql
- Allauth
- Tailwind CSS
- Ionicons
Users can do the following:
- Create account, login or logout
- Create profiles
- Watch movies, animation, TV series and documentaries.
All the models can be found in the models directory created using Postgresql
- username (String)
- password (String)
- title (String)
- imagePath (String)
- description (String)
- type (String)
- category (String)
- createdAt (Date)
- name (String)
- category (String)