Created a Movie streaming web app as a part of an internship assignement using the Django Framework. Tech Stack Front end development : Bootstrap framework (HTML5,CSS3) JavaScript(script tag) Server-side script : Django well-defined login & signup processes using Django's UserCreationForm and AuthenticationForm. 2 types of users : Superuser and general users. Superuser will have access to the data and can upload,update,delete (CRUD functions). Comments can be posted by all types of users which are logged in else will be asked to login or signup. (Used foreign key to display comments) Logo of the website is designed at canva.com. (All images of the website are available in moviewebsite folder)