spencerkinney / go-url-shortener

simple URL shortener in Go for the purpose of learning Go
3 stars 2 forks source link

Endpoint and corresponding screen to display URL mappings #8

Open JakobLybarger opened 8 months ago

JakobLybarger commented 8 months ago

Create an endpoint that returns all of the route mappings and displays them on a screen. Eventually this will turn into a mappings manager page where users can manage all of the URL mappings and potentially tie into the analytics portion of the software allowing users to see analytics related to the different mappings they've created.

spencerkinney commented 8 months ago

we could maybe limit the UI to display the top 10 or so URLs or show the most recently created URLs.