Skip to content

nicholas-kondal/COMPSCI-235-Lab-4-People

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COMPSCI-235-Lab-4-People

Description

This is the repository for Lab 4 (Week 6) of COMPSCI 235 at the University of Auckland.

Further description and instructions for the lab can be found on the canvas page.

Installation

Installation via requirements.txt

$ cd COMPSCI-235
$ py -3 -m venv venv
$ venv\Scripts\activate
$ pip install -r requirements.txt

Installation via requirements.txt(For macOS/Linux)

$ cd COMPSCI-235
$ python3 -m venv venv
$ . venv/bin/activate
$ pip3 install -r requirements.txt

When using PyCharm, set the virtual environment using 'File'->'Settings' and select 'Project:COMPSCI-235' from the left menu. Select 'Project Interpreter', click on the gearwheel button and select 'Add'. Click the 'Existing environment' radio button to select the virtual environment.

Execution

Running the application

From the COMPSCI-235 directory, and within the activated virtual environment (see venv\Scripts\activate above):

$ flask run

The homepage can be accessed from a Web browser:

http://127.0.0.1:5000/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 74.3%
  • HTML 25.7%