Skip to content

yohanlaborda/short-url

Repository files navigation

Short URL

Dependencies

  • Docker 4.31
  • PHP 8.2
  • Composer 2.7

Start the project

docker compose up -d

To run the virtual machines it takes about 5 minutes the first time to build each virtual machine.

Turning off machines

docker compose down

In case of problems we can delete the volumes or images of each machine from the docker.

Web

To consult the website we have the local domain:

http:https://localhost:8080/api/v1/short-urls

Body

{
    "url": "https://tinyurl.com/ylx5uce"
}

Authorization

Authorization: Bearer []{}

About

Short url generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages