/MoviesList

code assignment

Primary LanguageHTML

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.