Sustainable Computing Research Lab (SCoRe)
[Flask]Getting started with Flask
Goal: Install and create a simple web application using Python framework Flask.
- Install Flask.
(Run
pip install flask
in command prompt.) - Create a web application using Python framework Flask.
- Make sure your application has at least two web pages. (Design doesn't matter. Web pages can just have different text.)
- Run your application using
flask run
. - Run your application in debug mode.
- Run your application without using environment variables.
- Fork at least one project developed with Flask framework from scorelab GitHub page.
Submission Guidelines:
- Submit the screenshots of your command line for steps 4, 5, 6.
- Submit the link to your repository containing the source code. (Make sure to add comments in your code.)
- Submit the screenshot of your forked repository for step 7.
- Submit the screenshots of all of your pages running on localhost.
Task tags
Students who completed this task
Terence, Reikaa