Skip to content

This is a URL shortener application, hopefully built in Go

License

Notifications You must be signed in to change notification settings

suvadeepghoshal/url-shortner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This is a URL shortener application, hopefully built in Go

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published