summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-04-19feat: Check if short URL already ExistsHEADmainJacob McDonnell
2026-04-19docs: Added a README.mdJacob McDonnell
Added a README.md file that explains the endpoints and their responses and has a todo list.
2026-04-19feat: Initial Commit, Partial FunctionalityJacob McDonnell
This is the initial commit. The url-shortener is partially functional. URLs can be shortened and stored for the runtime of the program. API keys are not checked, nothing is persistent, and short URLs are size limited to 4 alpha numeric characters.