Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 528 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 528 Bytes

django-video-app

A django based web app which shows the Movies with it's Genre, Rental Rate and Stock.

Installation

# Clone this repository
# Change directory to django_video_app
# Open terminal and type the following command:
pip install -r requirement.txt

#This will install all the required dependency for this project

In this django based app Vidly, you can:

  • View the list of Movies
  • View each single Movie by passing the ID in the URL /movies/id
  • It has also API, which can be used by other apps.