Skip to content
This repository was archived by the owner on Jun 13, 2018. It is now read-only.

Latest commit

 

History

History
33 lines (22 loc) · 1.07 KB

File metadata and controls

33 lines (22 loc) · 1.07 KB

Foot Patrol

pipeline status coverage report

Introduction

This repository holds all the code for the Foot Patrol pickup-request mobile app. This project was created by Darryl Murray, Kian Paliani, Michael Romao, and Rowan Collier as the SE 4450 Capstone Project 2017-2018 year.

Structure

foot-patrol
├── .gitlab
├── deploy
└── src
    ├── backend
    ├── FootPatrol
    └── dispatch-website

.gitlab/ contains issue and merge request templates for the development team to have consistent documentation.

deploy/ contains a Helm chart for deploying the project onto a Kubernetes cluster.

src/ contains the source code for the project.

The Vagrantfile and install-runner-virtualbox.sh files are for integrating mobile build hosts with the GitLab CI system.