MicrosoftStudentChapter / Linky

An open source URL shortener server with custom URLs, expiry dates being developed in GoLang
5 stars 15 forks source link

Create a separate route on backend to veiw all the urls generated till now #13

Closed MankiratSingh1315 closed 2 weeks ago

adityacodes30 commented 2 months ago

i think i saw an api endpoint regarading this has this already been done @utkarsh-1905 ?

MankiratSingh1315 commented 2 months ago

Yes there's a route /links/all in backend which gives all the links in <short-link-name> - <long-link> format but i think it's too messy to view😅 Returning it in a JSON format will be better or if a template is created to view it properly

utkarsh-1905 commented 2 weeks ago

@adityacodes30 that is hack, got no better idea in exams

@MankiratSingh1315 probably make an admin portal or something as part of the package

MankiratSingh1315 commented 2 weeks ago

@adityacodes30 that is hack, got no better idea in exams

@MankiratSingh1315 probably make an admin portal or something as part of the package

Under development sir🫡

MankiratSingh1315 commented 2 weeks ago

17 #18 and #19 issues are on it