Skeleton for URL shortener project.
- pr.yaml defines GHA workflow for pull requests
- Makefile has stubs for required steps and some helper code
- openapi.yaml defines expected REST API
- index.html implement extremely cool UI for our app
Fork and fill in the blanks =)
- Make
- Go >= 1.13
- Docker or Podman with compose for integration tests with testcontainers
- awk for
make help