Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 608 Bytes

README.md

File metadata and controls

45 lines (30 loc) · 608 Bytes

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:

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

Body

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

Authorization

Authorization: Bearer []{}