From 1f2a4f5ac1cd8dc70d07aa9fcba6767a4ba4b8eb Mon Sep 17 00:00:00 2001 From: Trey Evans Date: Mon, 5 Aug 2024 15:14:39 -0400 Subject: [PATCH] Update readme to talk about technologies. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 678b797..7b0e27f 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,11 @@ It allows you to upload sofware bills of materials (SBOMs) and other delivery artifacts, and track the vulnerabilties as well as the mitigations you attest against them - reporting this information in various formats. +The following technologies are used: + +1. The front end primarily uses Inertia JS with React Components. For the application 'shell' and user management it also makes use of Phoenix LiveView. +2. The back end is Elixir Phoenix with a PostgresSQL JSON database. + ## Running To start your Phoenix server: