- Fork this repository to your account and then clone this repository to your computer.
- cd info3180-lab1
- Run
python -m venv venv
(orpython3 -m venv venv
if you have both Python 2 and Python 3) - Activate the virtual environment using
source venv/bin/activate
or on Windows use .\venv\Scripts\activate
. - Run
pip install flask
to install the Flask web application framework. - Open
app.py
and add your first route. - Start the flask develoment server with
flask --app app --debug run
-
Notifications
You must be signed in to change notification settings - Fork 602
uwi-info3180/info3180-lab1
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Starter code for Lab 1
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published