With the nation healing from Covid-19, a "New Normal" API needs to be established to cohesively coordinate effort for ensuring our recovery trajectory remains on course. The API should help businesses understand the measures they have to take depending on their industry: (e.g. everyone who needs to be on-site have to be swapped and traced, vaccination coverage requirement for different staff roles, operating at 50% capacity, safe distancing measures, etc.).
My group decided to create a web application which would help users to track their employees' swab tests results, manage company events (potentially avoid areas where there has been COVID cases), as well as configuration of alerts to remind employees to take their swab tests.
The module focused on using collaborative tools/concepts like Jira, Agile and GitHub. Our backend was coded using Java with SpringBoot, while our frontend was done using React JS. Additionally, our backend was containerized as a Docker image which was deployed on AWS ECS. We also used AWS RDS using MySQL as our database.