A streaming service built with Python Django that provides a wide range of award-winning TV shows, movies, animations, documentaries, and other content.
NOTE: Please read the RUN section before opening an issue.
The app provides a wide range of award-winning TV series, movies, animations, and documentaries.
In order to access the admin panel on "/admin"
- SQLITE_URI: this is the connection string of your Sqlite database.
Now you can run "python manage.py runserver" in the terminal and the application should work.
The application is built with:
- Django version 4.0.2
- Sqlite version 3.31.1
- Allauth version 0.49.0
- Tailwind CSS version 3.0.23
- Ionicons version 5.5.2
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 sqlite DB.
- username (String)
- password (String)
- title (String)
- imagePath (String)
- description (String)
- type (String)
- category (String)
- createdAt (Date)
- name (String)
- category (String)