module
Version:
v0.0.0-...-7d27a18
Opens a new window with list of versions in this module.
Published: May 17, 2023
License: GPL-3.0
Opens a new window with license information.
README
¶
bitly
Description
Simple URL shortener microservice using JSON REST API.
Installation
docker-compose up -d
Usage
curl -X POST -H "Content-Type: application/json" -d '{"url":"https://www.google.com"}' http://localhost:8000/urls
curl http://localhost:8080/urls/ytKEQIFa/
Run tests
make gen
go test ./... -v
Running tests can be slow since I use dockertest from Ory and it starts a new docker container for each test.
Directories
¶
cmd
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.