The development process for our application will be done using Git through GitHub. Git provides the best way to have a shared repository and edit the same codebase with multiple people. Github comes with multiple useful features such as Github Issues and Github Projects which help with organization. It is also used for our class so we do not have a choice but to use it. The Github repo will be deployed using Heroku. This is simply because it is the cheapest and most simple alternative and has enough features to complete what we need for the MVP. We will be coding using Visual Studio Code as it is fast, has a large number of plugins, and can run any type of file we'd need it to. VS Code also integrates well with Git which can simplify issues such as merge conflicts.