Skip to content

uwi-info3180/info3180-lab1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published