Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 315 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 315 Bytes

SWEN-732 Project

SWEN-732 Bug Tracking System Project

Contributors:

  • Abraham Couperus
  • Henry Keena
  • Prateek Narayanan
  • T-Max Jlateh

RUN FLASK APPLICATION:

To run the flask application just use the following flask commands:

  1. export FLASK_APP=BUGTRACKER
  2. export FLASK_ENV=development
  3. flask run