Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 464 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 464 Bytes

MoviesList

code assignment

To Run the code

  • create virtualenv
  • then Run the following:
    • pip install -r requirements.txt
    • flask run --port 8080

Thnigs I will do if I had the time

  • Front-end
    • put movies in cards with sub description and add the people for each movie in pop-up box
  • Back-end
    • create Film class and People class.
    • create unite testing for Parser class using unittest framework.