Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

URL Shortener #1

Open
aldrinjenson opened this issue Aug 12, 2022 · 0 comments
Open

URL Shortener #1

aldrinjenson opened this issue Aug 12, 2022 · 0 comments

Comments

@aldrinjenson
Copy link
Member

Personal URL shortener server

Features to have

  • login feature where the admin can log in with some password
  • input fields for longUrl eg: (docs.google.com/...) and a slug name (eg: report)
  • The url shortner should generate a shortened url(eg: yourHostedDomain.com/links/report) with the given slug name which when navigated to will redirect the user back to the long url
  • in case the slug name entered has already been assigned to the user, a warning message should be shown immediately

Tech stack

  • any backend language of your choice can be used, though python or nodeJs preferred
  • Any database of your choice can be used
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant