code assignment
- create virtualenv
- then Run the following:
pip install -r requirements.txt
flask run --port 8080
- 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.