Skip to content

SanjarbekSaminjonov/url_shortener_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

url_shortner_api

  1. Run api_project
  2. Request to url localhost:8000/api/create
  3. Request data must be json data like this { "link": "https://somelink.com" }
  4. Responce will be json like this { "link: "https://somelink.com", "uuid": "u12uu" }
  5. ShortUrl is "localhost:8000/[uuid]" (for this examle it is "localhost:8000/u12uu")

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published