Skip to content

shortener-dev/l24.dev

Repository files navigation

url-shortener

This is the backend for our url-shortener. It is written in Go.

To run locally:

  • make build
  • docker-compose up -d
  • export DBSTRING="user=user dbname=public password=password host=localhost sslmode=disable"
  • export DRIVER="postgres"
  • ./bin/main

About

Short links for short kings & queens

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published