tashynw / info3180-lab3

INFO3180 Lab 3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

INFO3180 - Lab 3

This is the starter code for Lab 3

Remember to always create a virtual environment and install the packages in your requirements file

$ python -m venv venv (you may need to use python3 instead)
$ source venv/bin/activate (or .\venv\Scripts\activate on Windows)
$ pip install -r requirements.txt
$ flask --app app --debug run

About

INFO3180 Lab 3


Languages

Language:HTML 62.3%Language:Python 36.8%Language:JavaScript 0.4%Language:CSS 0.4%