Glossary - CSCI-360-2022/Team-Too GitHub Wiki

AWS (Amazon Web Services) - Suite of cloud computing software used for web application development, hosting, and security.

Blue/Green Deployment - Method of deploying web applications, two instances of hte application are run at the same when deploying a new build. If the new build fails, users can easily be redirected to the old build with no downtime.

Eventgoer - A term used for our users, who plan to purchase tickets for an event.

SaaS (Software as a Service) - A type of software that is charged by subscription.