This project is a simple URL shortening service written in Go. This is my first experiment with Go.
- Built with the Gin framework.
- Uses Redis to store shortened URLs.
- Simple and fast API.
You can run the project using Docker and Docker Compose:
docker-compose up -d