Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 674 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 674 Bytes

URL Shortner

Topics intended:

  • CRUD functionalities
  • Database integration
  • Error handling
  • Logging

Description:

Create a URL shortener service where users can shorten long URLs and get a short URL that redirects to the original URL. Track the number of times each short URL is accessed.

Steps to Start:

  • Set up a database to store original and shortened URLs.
  • Create HTML templates for inputting and displaying URLs.
  • Implement the logic for generating and resolving short URLs.
  • Track and log URL access events.

Need to Do:

  • Session Management
  • User Auth
  • Short URL Logic completion
  • Long URL extraction and redirection