richtwin567 / info3180-lab4

Starter Code for Lab 4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

INFO3180 Lab 4 Starter Code

This is the starter code for Lab 4 which requires you to build a Flask app that does simple file uploads and has basic authentication.

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 
$ python run.py

About

Starter Code for Lab 4


Languages

Language:JavaScript 94.8%Language:HTML 2.7%Language:Python 2.3%Language:CSS 0.1%