Skip to content

juliankoehn/mchurl

Repository files navigation

tiny URL Shortener for Mode-Centrum-Hamburg

Test Go Application

MCHURL ist ein URL-Shortening Service für das Mode-Centrum Hamburg.

cli commands

config

Web:
  ListenAddr: :8080 // listen address for the http server
  BaseURL: "http://localhost:8080"
DB:
    Driver: "sqlite" // currently: sqlite
    URL: "database.db" // path / filename of db file
    IDLength: 4 // length of autogenerated IDs

Screenshots

Dashboard

Dashboard

Links

Link List

Link Create

Link Delete

Link Edit