- Clone the repository to your local machine using the following command:
git clone https://github.com/domingo1021/short-url.git
- (Optional) If you prefer using a pre-built Docker image, you can pull the Short URL Docker image from Docker Hub:
docker pull domingo1021/url-app
- Run docker compose to start all the needed containers.
docker compose up
- Open Swagger UI at http://localhost:3000/apidocs for documentation, and check if the server have started.