COMP0034 Code for the using Javascript in a Flask app lecture
- Clone the repository
- Add a venv
- Install the packages from requirements.txt
- Run the Flask app using
run.py - The JavaScript code from the lecture slides can be found using the JavaScript examples menu link.
- The final code for the Flask examples is in
static/js/hn.js. If you want to see the code at the start of each example then use the earlier versions, e.g.hn_1.js,hn_2.jsetc. - To view the final code for the news page select the
newslink from the menu.
Apologies, there are no exercises with this repository.