rubin-r12 / Python-Django-Movie-Rating-App

A web application to customize your movie rating experience and rate them the way you feel right.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python-Django-Movie-Rating-App

image

This app is built using a Python-based free and open-source web framework called Django.

A Personalized app to create a profile of your favourite movies, give them ratings as per your choice and even delete/ update them whenever its needed.

Setting up Virtual Environment

  • Creating a virtual environment
conda create --name movieapp python=3.8
  • To activate the virtual environment
conda activate movieapp
  • Installing requirements
pip3 install -r requirements.txt
  • Run Server
python manage.py runserver

This app uses C.R.U.D functionality to enhance the movie rating experience.


About

A web application to customize your movie rating experience and rate them the way you feel right.


Languages

Language:Python 39.9%Language:HTML 35.2%Language:CSS 18.7%Language:JavaScript 6.2%