A URL shortening service written in Go + React.
- Copy the docker-compose.example.yml file to docker-compose.yml.
- Fill in your secrets.
docker compose up --build
yarn start
.- Navigate to
http://localhost:3000/shortcuts
.
Changes pushed to main are automatically deployed to prod via GitHub Actions.