habada

command module
v0.0.0-...-e924119 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 8, 2024 License: MIT Imports: 3 Imported by: 0

README

habada

Url shortener

img.png

Demo site

How to run

docker build
$ git clone https://github.com/chinaboard/habada.git
$ cd habada
$ make docker-build
docker depoly
$ docker run -d \
	--name habada \
	-p 3333:3333 \
	-e MYSQL_USER=dbuser \
	-e MYSQL_PASSWORD=dbpassword \
	-e MYSQL_HOST=dbhost:dbport \
	-e MYSQL_DATABASE=dbname \
	habada:latest

visit http://localhost:3333, or http://host-ip:3333 (as appropriate).

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL