This is a simple URL shortener built with Golang.
- Added github actions
- Unshorten page and api added
The app is running on http://localhost:3000. The homepage is as follows:
To shorten a URL, enter the URL in the input box and click the "Shorten" button. The shortened URL will be displayed below the input box.
To run the app with docker-compose, run the following command:
docker-compose up -d