kehiy / tinu

URL shortener core with Golang and fiber.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tinu

simple URL shortener with Golang and fiber

Tinu stands for => tiny URL

NOTE: this repo is still in development all of the stuff can change rapidly!

usage:

1:

go install ./...

2:

go run main.go

Docker:

1:

docker build -t tinu .

2:

docker run -p 3000:3000 tinu

api docs:

DOCs

Options:

  • add new tinu (done)
  • delete tinu (done)
  • update tinu (done)
  • use a tinu (done)
  • user signup (done)
  • user login (done)
  • delete account (done)
  • update account (done)
  • check Url safety (done)

About

URL shortener core with Golang and fiber.

License:MIT License


Languages

Language:Go 96.4%Language:Makefile 3.6%