Skip to content

Commit

Permalink
Update README.md w/ diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronhmiller authored Mar 21, 2024
1 parent 2abcb1c commit 663e483
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,6 @@ Refactored to use api.demojoyto.win.
One side-effect of having a web frontend and an API is the different ways the same data displays. Note how chatgpt-webapp renders users puts the fiellds in alphabetical order (email/id/name) while the raw API puts/keeps them as they are defined in the DB (id/name/email).

Notes: had to add both AWS IPs to the Cloudflare WAF to prevent 403s.

## Codebase visualization
![Visualization of the codebase](https://github.com/aaronhmiller/chatgpt-webapp/blob/diagram/diagram.svg?raw=true)

0 comments on commit 663e483

Please sign in to comment.