tashynw / info3180-lab1

Starter code for Lab 1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

INFO3180 Lab 1 Starter Code

  1. Fork this repository to your account and then clone this repository to your computer.
  2. cd info3180-lab1
  3. Run python -m venv venv (or python3 -m venv venv if you have both Python 2 and Python 3)
  4. Activate the virtual environment using source venv/bin/activate or on Windows use .\venv\Scripts\activate.
  5. Run pip install flask to install the Flask web application framework.
  6. Open app.py and add your first route.
  7. Start the flask develoment server with flask --app app --debug run

About

Starter code for Lab 1


Languages

Language:HTML 58.4%Language:CSS 22.4%Language:Python 19.2%