Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1.21 KB

File metadata and controls

27 lines (16 loc) · 1.21 KB

KeyManagement by Spring Folk Team - for Umano Properties

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

Getting Started

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.

Installing

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.

Node.js

https://nodejs.org/en/download/

React

https://reactjs.org/

MySQL

https://www.mysql.com/

Note: Infrastructure and APIs delivered, formal UI not included.