/CSCC01-Team6

Semester Project for UofT's Software Engineering course CSCC01

Primary LanguageJava

Team 6

Table of Contents

Documents

  • Team Agreement
  • Team Introduction
  • Team Logo

Product Backlog

Contains folders containing each version of the following:

  • Personas
  • User Stories

Sprint Backlog

Contains folders containing each version of the following:

  • Sprint Plan
  • Provisional Burndown Chart
  • Sprint Execution
  • Execution Burndown Chart
  • Task Breakdown (From Sprint 3 onwards)

As well as a breakdown of the tasks from the kanban board for each deliverable Task breakdowns before Sprint 3 are contained in the Deliverable 3 Task Breakdown file.

Code Review

Contains code review documentation for each of the following:

  • Deliverable 4

Demonstration Video

You can find the link to the demonstration video here https://drive.google.com/file/d/16BlK3z_aXLJYJJWubMW8FtGxIGjoHuWv/view?usp=sharing

Development Environment

cp src/main/resources/application-local.properties src/main/resources/application.properties
mvn spring-boot:run

Docker

cp src/main/resources/application-docker.properties src/main/resources/application.properties
docker-compose up

Production

mvn package && java -jar target/team6-0.1.0.jar