Skip to content

Euriground/chisai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chisai

this is a simple url shortening app developed using golang

How to Use

  • fork or clone the repository
  • open the app folder
  • run command below
    docker-compose up -d --build

Endpoints

  • POST </shorten>
    send request with body of this format:
    { "long_url" : "YOUR_WEBSITE_URL" }

  • GET </:short_url>
    just put the short value you get after sending POST request here
    If you're in the browser, you will be redirected to your desired website

Releases

No releases published

Packages

No packages published

Languages