Skip to content

Commit

Permalink
add in the architecture diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
lpmi-13 committed Apr 30, 2024
1 parent 8aa9c02 commit 7216260
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,18 @@

This is the (current) frontend for my Totally Serious Saas Business. Originally, I started out wanted to just have something running in EKS, but it turns out it'll be easier for me to have a rando frontend in cloudfront that calls out to EKS via a load-balancer (or whatever)...so that's what I'm doing.

This site does absolutely nothing.
The site currently pulls in totally amazing data on other Saas businesses and lets users take advantage of our generous free tier to just look at the info without logging in. PMs hate it, but giving free access to totally not fake Saas company data is our business...and business is **GOOD**!

## Architecture

Paired with the [Sassy-backend](https://github.com/lpmi-13/sassy-backend), this repo contributes the frontend component of the entire Saas architecture.

![architecture diagram](sassy-architecture.svg)

## local dev

npm i && npm start

## deployments

built and sync'ed with S3 bucket via GitHub actions workflow.
21 changes: 21 additions & 0 deletions sassy-architecture.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7216260

Please sign in to comment.