A simple and efficient URL shortening service.
BYS URL is a URL shortener that allows you to create short, memorable links from long URLs. Based on Bitly
Clone the project
git clone https://github.com/valerianofilipec/bys_urlGo to the project directory
cd bys_urlRun docker-compose
docker compose upTest the app by using an API Client (Postman, Insomnia, Bruno, curl)
#To Post long_url:
curl --json '{"url":"https://valerianofc.codes"}' http://localhost:3333/
#To Get shorted_url:
curl http://localhost:3333/xxxxxxWhat did you learn while building this project? What challenges did you face and how did you overcome them?