KeyManagement repo holds the code for the web app hosted service in AWS cloud environment.
Code is automated managed CI/CD in Travis, using resources like EC2, RDS, S3, Lambdas, load balancing, security groups, etc.
The wiki holds more info on APIs and infrastructure: https://github.com/miscdats/KeyManagement/wiki
This practicum is geared AWS, and uses React, Javascript, Node, and MySQL. This app does not use a traditional stack, like LAMP, or SEAN. Rather it breaks its tasks down into descrete files of code that execute using AWS services like Lambda, and S3.
While the app is deployed to the cloud, there are several local tools one should have local on their computer if they want to join in the development of this app. You may not need all the tools listed to work on this app.
https://nodejs.org/en/download/
Note: Infrastructure and APIs delivered, formal UI not included.