Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 278 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 278 Bytes

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