Skip to content

behran/tiny

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tiny Links

Create env

   cp .env.example .env

Start

   docker-compose up -d

cargo-watch with clippy

  cargo-watch -qc -x run -x clippy

API

Create link

curl --location 'http://127.0.0.1:8080/short-links' \
--header 'Content-Type: application/json' \
--data '{
    "link":"https://example.com"
}'

About

API for creating short links

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published