Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

URL Shortener (Backend)

Description

URL Shortener is a backend service built with Go that generates short URLs from long URLs and handles redirection to the original addresses. The service exposes APIs that are consumed by a React-based frontend application.

Features

  • Generate unique short URLs
  • Redirect short URLs to original destinations
  • Handle incoming API requests from the frontend
  • Basic data handling for URL mappings

Tech Stack

  • Language: Go
  • Communication: REST API
  • Concepts: Backend logic, request handling
  • Tools: Git, GitHub

Project Type

  • Backend service
  • Frontend implemented separately using React

How to Run

  1. Clone the repository
  2. Ensure Go is installed
  3. Run the application:
    go run main.go

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages