Human Redirector and admin portal. Similar to GoLinks and Trotto.
- json api
- Inmem storage with hardcoded values!
- nextjs frontend admin portal
- edit lints
- Okta SSO Integration
- postgres
flowchart LR
user -- /:shorturl: --> links
user -- /metrics --> admin
user -- /api --> admin
user --> node(frontendapp)
subgraph linksApp
direction LR
links(host:8080)
admin( host:8081 )
end
node --> admin
linksApp --> db[(postgres)]