Skip to content

098tarik/url-shortener-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URL Shortener

Minimal C++ project demonstrating a console-based URL shortening service.

Build

mkdir build
cd build
cmake ..
cmake --build .

Run

Execute URLShortener (or URLShortener.exe on Windows). Use the following commands:

  • shorten <long_url>
  • resolve <code>
  • quit

Example:

> shorten https://example.com
Short code: abc123
> resolve abc123
https://example.com
> quit

About

Minimal C++ project demonstrating a console-based URL shortening service.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors