Agineek/Skillcourt Fall 2021 Code Deliverables
----------------------------------------------

The Agineek project is split into three sub-projects:

1. PhoneApp - The Android/iOS phone application written in Dart, Kotlin, and Swift.
2. OldWebsite - The currently deployed website for agineek.com, written in PHP and using MySQL.
3. NewWebsite - The new, undeployed website for agineek.com, written in Typescript and using MySQL.

Installation instructions for each sub-project can be found in the appropriate README.md in each sub-project folder.

Each sub-project utilizes the Git Flow Branching Model (https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow).
A console plugin for handling Git Flow is highly recommended.

Both the OldWebsite and NewWebsite depend on Docker for development and deployment (https://www.docker.com).

It is highly recommended that Windows users work on the projects using Windows Subsystem for Linux (https://docs.microsoft.com/en-us/windows/wsl/install) and a Linux distribution of your choosing.