Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
logan-bobo authored Jun 18, 2024
1 parent f626cae commit adf3adb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,15 @@ sequenceDiagram
```

## Low Level Design

!(system design)[./doc/arch.png]
![system design](./doc/arch.png)

1. The client will resolve our load balancer hostname via DNS
2. The load balancer will forward our requests to a series of back end servers
3. If the short URL is already in the cache return its long URL
4. On cache miss look up the long URL from database
5. Long URL is returned to the user with a redirect

A breakdown of the API endpoints can be found (here)[./doc/endpoints.md]
A breakdown of the API endpoints can be found [here](./doc/endpoints.md)

## Hash Functionality

Expand Down

0 comments on commit adf3adb

Please sign in to comment.