Home
Softono

Pequi

Open source MIT Go
11
Stars
9
Forks
12
Issues
9
Watchers
2 years
Last Commit

 About Pequi

URL shortener with multi database support

Platforms

Web Self-hosted

Languages

Go

Need Help Installing Pequi?

We provide expert installation service for this software. Our team will install, configure, and secure Pequi on your server. plans start at just $30.

Pequi

URL shortener with multi database support.

Build Test Go Report Card Docker pulls License: MIT

Supported Databases

  • In Memory
  • Redis (open a Pull Request)
  • Firestore
  • DynamoDB (open a Pull Request)
  • MySQL (open a Pull Request)
  • Postgres (open a Pull Request)
  • SQLite (open a Pull Request)

setup

go mod tidy

run

var envs:

  • HTTP_PORT default: 8080
  • FIRESTORE_PROJECT
  • FIRESTORE_COLLECTION
go run main.go