heppu / miniurl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MiniURL

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 =)

Requirements

  • Make
  • Go >= 1.13
  • Docker or Podman with compose for integration tests with testcontainers
  • awk for make help

About

License:MIT License


Languages

Language:HTML 63.5%Language:Makefile 36.5%