Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 278 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 278 Bytes

ilet

golang link shortener api

TODO

  • Create validations for models
    • username.len > 3
    • password.len > 5
    • link.short.len <= 16
    • link.long_url.len <= 256
  • Increment link.visited on each request
  • Handle DB errors properly